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

Unified Diff: chrome/browser/chromeos/login/login_utils.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/login_utils.h
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
index cb8444419b07406a1ff4ed29283581b6d0ff0dcd..ad366e779fe3ebfa34df9977c57fc2f1d0884785 100644
--- a/chrome/browser/chromeos/login/login_utils.h
+++ b/chrome/browser/chromeos/login/login_utils.h
@@ -29,7 +29,8 @@ class LoginUtils {
class Delegate {
public:
// Called after profile is loaded and prepared for the session.
- virtual void OnProfilePrepared(Profile* profile) = 0;
+ virtual void OnProfilePrepared(Profile* profile,
+ bool browser_launched) = 0;
Denis Kuznetsov (DE-MUC) 2014/10/16 12:21:42 Please add comment about parameter. It is not clea
Nikita (slow) 2014/10/17 13:17:41 Done.
#if defined(ENABLE_RLZ)
// Called after post-profile RLZ initialization.

Powered by Google App Engine
This is Rietveld 408576698