Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / login / test_login_utils.h
index 8b62460..c6c371c 100644 (file)
@@ -24,20 +24,17 @@ class TestLoginUtils : public LoginUtils {
   virtual ~TestLoginUtils();
 
   // LoginUtils:
-  virtual void RespectLocalePreference(Profile* profile,
-                                       const base::Closure& callback) OVERRIDE;
   virtual void DoBrowserLaunch(Profile* profile,
-                               LoginDisplayHost* login_host) OVERRIDE {}
+                               LoginDisplayHost* login_host) override {}
   virtual void PrepareProfile(const UserContext& user_context,
                               bool has_auth_cookies,
                               bool has_active_session,
-                              Delegate* delegate) OVERRIDE;
-  virtual void DelegateDeleted(Delegate* delegate) OVERRIDE;
-  virtual void CompleteOffTheRecordLogin(const GURL& start_url) OVERRIDE {}
+                              Delegate* delegate) override;
+  virtual void DelegateDeleted(Delegate* delegate) override;
   virtual scoped_refptr<Authenticator> CreateAuthenticator(
-      AuthStatusConsumer* consumer) OVERRIDE;
+      AuthStatusConsumer* consumer) override;
   virtual bool RestartToApplyPerSessionFlagsIfNeed(Profile* profile,
-                                                   bool early_restart) OVERRIDE;
+                                                   bool early_restart) override;
 
  private:
   UserContext expected_user_context_;