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

Unified Diff: chrome/browser/chromeos/login/login_performer.h

Issue 11991002: Merge 176800 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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_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);

Powered by Google App Engine
This is Rietveld 408576698