Index: chrome/browser/chromeos/login/login_performer.h |
=================================================================== |
--- chrome/browser/chromeos/login/login_performer.h (revision 177312) |
+++ chrome/browser/chromeos/login/login_performer.h (working copy) |
@@ -149,10 +149,6 @@ |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
- // Callback for asynchronous profile creation. |
- void OnProfileCreated(Profile* profile, |
- Profile::CreateStatus status); |
- |
// Requests screen lock and subscribes to screen lock notifications. |
void RequestScreenLock(); |
@@ -220,9 +216,6 @@ |
// Authorization mode type. |
AuthorizationMode auth_mode_; |
- // True if we use OAuth during authorization process. |
- bool using_oauth_; |
- |
base::WeakPtrFactory<LoginPerformer> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(LoginPerformer); |