Index: chrome/browser/chromeos/login/login_utils.h |
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h |
index 2637e3e366a5e7a489cb8fd3dcfbbe1e786b4dc6..530a288c3576b2f4871af329f4a324762c97be61 100644 |
--- a/chrome/browser/chromeos/login/login_utils.h |
+++ b/chrome/browser/chromeos/login/login_utils.h |
@@ -45,16 +45,6 @@ class LoginUtils { |
// Creates and returns the authenticator to use. The caller owns the returned |
// Authenticator and must delete it when done. |
virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer) = 0; |
- |
- // Used to postpone browser launch via DoBrowserLaunch() if some post |
- // login screen is to be shown. |
- virtual void EnableBrowserLaunch(bool enable) = 0; |
- |
- // Returns if browser launch enabled now or not. |
- virtual bool IsBrowserLaunchEnabled() const = 0; |
- |
- // Returns auth token for 'cp' Contacts service. |
- virtual const std::string& GetAuthToken() const = 0; |
}; |
} // namespace chromeos |