diff options
author | mlerman@chromium.org <mlerman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-12 15:38:03 +0000 |
---|---|---|
committer | mlerman@chromium.org <mlerman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-12 15:38:03 +0000 |
commit | 9070467869d730fc8ad716b9306f6be6dad9056a (patch) | |
tree | 0523e98eff39186829aad2c91043f53314aac113 /components/signin.gypi | |
parent | 43c1404670baaf5490c0f274ba28333f942edd8a (diff) | |
download | chromium_src-9070467869d730fc8ad716b9306f6be6dad9056a.zip chromium_src-9070467869d730fc8ad716b9306f6be6dad9056a.tar.gz chromium_src-9070467869d730fc8ad716b9306f6be6dad9056a.tar.bz2 |
UMA metrics - number of accounts per profile and account reconciler.
Creation of a new signin_metrics class to track components/signin UMA.
BUG=357693
TEST=New histograms are called Profile.NumberOfAccountsPerProfile,
Signin.ReconcilerAddedToChrome and Signin.ReconcilerAddedToCookieJar.
There is also a UserCount called
AccountReconcilerDifferentPrimaryAccounts. These can be viewed in
chrome://histograms and chrome://user-actions respectively.
The Profile one can be viewed any time a profile is opened. The others
are best tested the first time you Sign In to Chrome, assuming you
already were signed in to google in the content area with 1 or more
accounts.
Review URL: https://codereview.chromium.org/270673003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/signin.gypi')
-rw-r--r-- | components/signin.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/signin.gypi b/components/signin.gypi index 56e2a63..cbfb48e 100644 --- a/components/signin.gypi +++ b/components/signin.gypi @@ -60,6 +60,8 @@ 'signin/core/browser/signin_manager.h', 'signin/core/browser/signin_manager_cookie_helper.cc', 'signin/core/browser/signin_manager_cookie_helper.h', + 'signin/core/browser/signin_metrics.cc', + 'signin/core/browser/signin_metrics.h', 'signin/core/browser/signin_oauth_helper.cc', 'signin/core/browser/signin_oauth_helper.h', 'signin/core/browser/signin_tracker.cc', |