| Index: chrome/browser/chromeos/login/login_performer.h
|
| diff --git a/chrome/browser/chromeos/login/login_performer.h b/chrome/browser/chromeos/login/login_performer.h
|
| index 1b68a400e38405765992219e5209b0165082e42d..d8775ef60b690d44fc8306d750b4dce72a5c324e 100644
|
| --- a/chrome/browser/chromeos/login/login_performer.h
|
| +++ b/chrome/browser/chromeos/login/login_performer.h
|
| @@ -149,10 +149,6 @@ class LoginPerformer : public LoginStatusConsumer,
|
| 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 @@ class LoginPerformer : public LoginStatusConsumer,
|
| // 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);
|
|
|