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. |