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

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

Issue 7639004: [ChromeOS] Always fetch oauth cooken when signing in via extension. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos trybot Created 9 years, 4 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 fd21c8f06b0aab5e02ddb955c9258466317a3959..4524ea65da2ff9c23f4a02dbb9a168c4bc75cd46 100644
--- a/chrome/browser/chromeos/login/login_performer.h
+++ b/chrome/browser/chromeos/login/login_performer.h
@@ -114,15 +114,15 @@ class LoginPerformer : public LoginStatusConsumer,
void set_captcha(const std::string& captcha) { captcha_ = captcha; }
void set_delegate(Delegate* delegate) { delegate_ = delegate; }
- private:
-
typedef enum AuthorizationMode {
// Authorization performed internally by Chrome.
AUTH_MODE_INTERNAL,
// Authorization performed by an extension.
AUTH_MODE_EXTENSION
} AuthorizationMode;
+ AuthorizationMode auth_mode() const { return auth_mode_; }
+ private:
// NotificationObserver implementation:
virtual void Observe(int type,
const NotificationSource& source,
« no previous file with comments | « chrome/browser/chromeos/login/existing_user_controller.cc ('k') | chrome/browser/chromeos/login/login_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698