Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(829)

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.h

Issue 656283002: [session_manager] Move user session initialization code out of ExistingUserController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move first run session init and browser launch out of EUC Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index cd4e90bc227cfcd8e9c800a3bbf8c52548a2cf53..6b799f24b95fe0deb581dea32cf645d6e9e752ce 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -156,20 +156,15 @@ class ExistingUserController : public LoginDisplay::Delegate,
const std::string& username, bool success) override;
// LoginUtils::Delegate implementation:
- virtual void OnProfilePrepared(Profile* profile) override;
+ virtual void OnProfilePrepared(Profile* profile,
+ bool browser_launched) override;
// Called when device settings change.
void DeviceSettingsChanged();
- // Starts WizardController with the specified screen.
- void ActivateWizard(const std::string& screen_name);
-
// Returns corresponding native window.
gfx::NativeWindow GetNativeWindow() const;
- // Adds first-time login URLs.
- void InitializeStartUrls() const;
-
// Show error message. |error_id| error message ID in resources.
// If |details| string is not empty, it specify additional error text
// provided by authenticator, it is not localized.

Powered by Google App Engine
This is Rietveld 408576698