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

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

Issue 11649055: OAuth2 sign-in flow for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix 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
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);

Powered by Google App Engine
This is Rietveld 408576698