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

Unified Diff: components/signin/core/common/signin_pref_names.h

Issue 459853002: UMA track signed in duration at signout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compiler issue Created 6 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: components/signin/core/common/signin_pref_names.h
diff --git a/components/signin/core/common/signin_pref_names.h b/components/signin/core/common/signin_pref_names.h
index 65e41a1ded99462d4ecc401db05a74e43ce13f81..5789ab13e1b8872f82669e1f92834df41afcfed3 100644
--- a/components/signin/core/common/signin_pref_names.h
+++ b/components/signin/core/common/signin_pref_names.h
@@ -15,6 +15,7 @@ extern const char kGoogleServicesUsernamePattern[];
extern const char kGoogleServicesSigninScopedDeviceId[];
extern const char kReverseAutologinEnabled[];
extern const char kReverseAutologinRejectedEmailList[];
+extern const char kSignedInTime[];
extern const char kSigninAllowed[];
} // namespace prefs
« no previous file with comments | « components/signin/core/browser/signin_manager.cc ('k') | components/signin/core/common/signin_pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698