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

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: Reverting the changes in //google_apis 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..8d737e01d065c62d8b5b227ea49ab6f323e1f651 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,21 @@ class DataUseUserData : public base::SupportsUserData::Data {
enum ServiceType {
NOT_TAGGED,
SUGGESTIONS,
+ TRANSLATE,
+ SYNC,
+ OMNIBOX,
+ INVALIDATION,
+ RAPPOR,
+ POLICY,
+ UMA,
+ GOOGLE_APIS,
sclittle 2015/09/08 18:28:28 Remove the GOOGLE_APIS enum value here if you're n
amohammadkhan 2015/09/08 23:28:31 Done.
+ DOMAIN_RELIABILITY,
+ PROFILE_DOWNLOADER,
+ GOOGLE_URL_TRACKER,
+ AUTOFILL,
+ VARIATIONS,
+ SPELL_CHECKER,
+ GEO_LOCATION,
};
explicit DataUseUserData(ServiceType service_type);

Powered by Google App Engine
This is Rietveld 408576698