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

Unified Diff: chrome/browser/profiles/profile_metrics.h

Issue 591533002: Different message for offline unlock, first time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/signin/user_manager_screen_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_metrics.h
diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
index 611c62e1cfa048f0b491784ac74c6777591748e7..38f034ad5a9f7b415f872a19ecb1f37e9ce89c93 100644
--- a/chrome/browser/profiles/profile_metrics.h
+++ b/chrome/browser/profiles/profile_metrics.h
@@ -92,10 +92,11 @@ class ProfileMetrics {
};
enum ProfileAuth {
- AUTH_UNNECESSARY, // Profile was not locked
- AUTH_LOCAL, // Profile was authenticated locally
- AUTH_ONLINE, // Profile was authenticated on-line
- AUTH_FAILED, // Profile failed authentication
+ AUTH_UNNECESSARY, // Profile was not locked
+ AUTH_LOCAL, // Profile was authenticated locally
+ AUTH_ONLINE, // Profile was authenticated on-line
+ AUTH_FAILED, // Profile failed authentication
+ AUTH_FAILED_OFFLINE, // Profile failed authentication and was offline
NUM_PROFILE_AUTH_METRICS
};
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/webui/signin/user_manager_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698