diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-05 14:33:51 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-05 14:33:51 +0000 |
commit | ccd2f30fc20902fe7323a340df800248fa6a32c1 (patch) | |
tree | 0490c9068607069cbc1b0444227641c629a8b8b6 /google_apis/gaia | |
parent | 290e182210614a19207a3b8e674803ba0b8264ec (diff) | |
download | chromium_src-ccd2f30fc20902fe7323a340df800248fa6a32c1.zip chromium_src-ccd2f30fc20902fe7323a340df800248fa6a32c1.tar.gz chromium_src-ccd2f30fc20902fe7323a340df800248fa6a32c1.tar.bz2 |
Add UMA stats for initial user policy fetch on Chrome OS.
This collects timing data as well as error codes for initial policy
fetches on Chrome OS. These block Profile creation, so we'd like to
get some insight on how much delay this encurs in the field.
BUG=271321
TEST=Log in to an enrolled device, check chrome://histograms
Review URL: https://chromiumcodereview.appspot.com/23271009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221422 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/gaia')
-rw-r--r-- | google_apis/gaia/google_service_auth_error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/google_apis/gaia/google_service_auth_error.h b/google_apis/gaia/google_service_auth_error.h index a99e515..19fdb51 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. |