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

Unified Diff: components/data_use_measurement/core/data_use_user_data.h

Issue 1330443002: Report data usage UMA for Chrome services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewArchServices
Patch Set: Addressing sclittle's comments. Created 5 years, 3 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: 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..382a8342d7bf5ebf4b1fd45ab1582b2f629534ec 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,
+ OMNIBOX,
+ INVALIDATION,
+ RAPPOR,
+ POLICY,
+ UMA,
+ GOOGLE_APIS,
+ DOMAIN_RELIABILITY,
+ PROFILE_DOWNLOADER,
+ GOOGLE_URL_TRACKER,
+ AUTOFILL,
+ VARIATIONS,
+ DEVICE_MANAGEMENT,
bartfab (slow) 2015/09/07 14:27:19 What are the expected semantics of |DEVICE_MANAGEM
amohammadkhan 2015/09/08 13:26:55 I wanted to have a breakdown between different typ
+ SPELL_CHECKER,
+ GEO_LOCATION,
};
explicit DataUseUserData(ServiceType service_type);

Powered by Google App Engine
This is Rietveld 408576698