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

Unified Diff: chrome/browser/chromeos/login/user.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/user.h
===================================================================
--- chrome/browser/chromeos/login/user.h (revision 177312)
+++ chrome/browser/chromeos/login/user.h (working copy)
@@ -48,10 +48,12 @@
// User OAuth token status according to the last check.
typedef enum {
- OAUTH_TOKEN_STATUS_UNKNOWN = 0,
- OAUTH_TOKEN_STATUS_INVALID = 1,
- OAUTH_TOKEN_STATUS_VALID = 2,
- } OAuthTokenStatus;
+ OAUTH_TOKEN_STATUS_UNKNOWN = 0,
+ OAUTH1_TOKEN_STATUS_INVALID = 1,
+ OAUTH1_TOKEN_STATUS_VALID = 2,
+ OAUTH2_TOKEN_STATUS_INVALID = 3,
+ OAUTH2_TOKEN_STATUS_VALID = 4,
+ } OAuthTokenStatus;
// Returned as |image_index| when user-selected file or photo is used as
// user image.
« no previous file with comments | « chrome/browser/chromeos/login/test_login_utils.cc ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698