 Chromium Code Reviews
 Chromium Code Reviews Issue 1330443002:
  Report data usage UMA for Chrome services  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
    
  
    Issue 1330443002:
  Report data usage UMA for Chrome services  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices| Index: components/data_use_measurement/core/data_use_user_data.h | 
| diff --git a/components/data_use_measurement/core/data_use_user_data.h b/components/data_use_measurement/core/data_use_user_data.h | 
| index 80d310e0ade12ae9a8da8e049d71f752603b701c..cf8da6945000883969dc9c0f580071fea5113d13 100644 | 
| --- a/components/data_use_measurement/core/data_use_user_data.h | 
| +++ b/components/data_use_measurement/core/data_use_user_data.h | 
| @@ -23,6 +23,22 @@ class DataUseUserData : public base::SupportsUserData::Data { | 
| enum ServiceType { | 
| NOT_TAGGED, | 
| SUGGESTIONS, | 
| + TRANSLATE, | 
| + SYNC, | 
| + COMPLETE, | 
| + INVALIDATION, | 
| + RAPPOR, | 
| + POLICY, | 
| + UMA, | 
| + GOOGLE_APIS, | 
| + DOMAIN_RELIABILITY, | 
| + PROFILE_DOWNLOADER, | 
| + URL_TRACKER, | 
| 
Ilya Sherman
2015/09/04 22:10:39
nit: Let's name this GOOGLE_URL_TRACKER, to be cle
 
amohammadkhan
2015/09/04 23:03:16
Done.
 | 
| + AUTOFILL, | 
| + VARIATIONS, | 
| + DEVICE_MANAGEMENT, | 
| + SPELL_CHECKER, | 
| + GEO_LOCATION, | 
| }; | 
| explicit DataUseUserData(ServiceType service_type); |