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

Unified Diff: google_apis/gaia/google_service_auth_error.h

Issue 23271009: Add UMA stats for initial user policy fetch on Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: google_apis/gaia/google_service_auth_error.h
diff --git a/google_apis/gaia/google_service_auth_error.h b/google_apis/gaia/google_service_auth_error.h
index a99e515f31dc3f189120aaa3a56f7669886c9fbe..19fdb51540563b5691016e64016855fa598477f8 100644
--- a/google_apis/gaia/google_service_auth_error.h
+++ b/google_apis/gaia/google_service_auth_error.h
@@ -33,8 +33,8 @@ class DictionaryValue;
class GoogleServiceAuthError {
public:
//
- // These enumerations are referenced by integer value in HTML login code.
- // Do not change the numeric values.
+ // These enumerations are referenced by integer value in HTML login code and
+ // in UMA histograms. Do not change the numeric values.
//
enum State {
// The user is authenticated.

Powered by Google App Engine
This is Rietveld 408576698