diff options
author | amohammadkhan <amohammadkhan@google.com> | 2015-09-13 21:54:33 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-14 04:55:03 +0000 |
commit | aa789c8328a65922859dfd8ca2d9b18212dc3c94 (patch) | |
tree | 6d5c9118ca8f7b7c2f1b215fb55a79b0f943da09 /components/variations.gypi | |
parent | 95b75ed50cbf6499f41915a10ea4c5b8a67e7818 (diff) | |
download | chromium_src-aa789c8328a65922859dfd8ca2d9b18212dc3c94.zip chromium_src-aa789c8328a65922859dfd8ca2d9b18212dc3c94.tar.gz chromium_src-aa789c8328a65922859dfd8ca2d9b18212dc3c94.tar.bz2 |
Report data usage UMA for Chrome services
data_use_measurement is a component which records the data use of the
services, if a DataUseUserData is attached to their request. Hence to
measure and compare data use of different services, a small change is
needed in the services' code where they create a URLFetcher. After
creating a URLFetcher by a service, a proper tag for that service should
be attached to the request.
Besides the necessary changes in the service, the enum in DataUseUserData
and the function returning the names based on this enum should be updated
for different services too. Also the name of target services should be
added to proper enum and histograms in histograms.xml file.
Lastly the dependency files should be updated accordingly too.
TBR=bartfab@chromium.org, andrewhayden@chromium.org, rogerta@chromium.org, isherman@chromium.org, rouslan@chromium.org, estade@chromium.org, nyquist@chromium.org, pkasting@chromium.org, zea@chromium.org, mmenke@chromium.org, bengr@chromium.org, timvolodine@chromium.org
BUG=527304
Review URL: https://codereview.chromium.org/1330443002
Cr-Commit-Position: refs/heads/master@{#348561}
Diffstat (limited to 'components/variations.gypi')
-rw-r--r-- | components/variations.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/variations.gypi b/components/variations.gypi index 349d451..562bcbb 100644 --- a/components/variations.gypi +++ b/components/variations.gypi @@ -99,6 +99,7 @@ '../base/base.gyp:base_prefs', '../net/net.gyp:net', '../ui/base/ui_base.gyp:ui_base', + 'data_use_measurement_core', 'metrics', 'network_time', 'pref_registry', |