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

Unified Diff: chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h

Issue 12929026: Load sync token upon login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 7 years, 9 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/managed/locally_managed_user_creation_flow.h
diff --git a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h
index 696816580f17d8a2ce7c6992637b335c2f341ffd..37c936485a16c7b2eace6385f2a1d730f77d64ca 100644
--- a/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h
+++ b/chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h
@@ -24,7 +24,8 @@ class LocallyManagedUserCreationFlow : public UserFlow {
virtual bool HandleLoginFailure(const LoginFailure& failure,
LoginDisplayHost* host) OVERRIDE;
virtual bool HandlePasswordChangeDetected(LoginDisplayHost* host) OVERRIDE;
- virtual void LaunchExtraSteps(LoginDisplayHost* host) OVERRIDE;
+ virtual void LaunchExtraSteps(Profile* profile,
+ LoginDisplayHost* host) OVERRIDE;
private:
// Display name for user being created.

Powered by Google App Engine
This is Rietveld 408576698