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

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

Issue 2491733002: Add data usage tracking for cloud print, update client service and search provide logos (Closed)
Patch Set: Rebased Created 4 years, 1 month 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 98fee5fd63c19e43b5f4e8dfee904798fc7e12ca..cfae6b9b75c9c6c3e21d295005915ddb3064d387 100644
--- a/components/data_use_measurement/core/data_use_user_data.h
+++ b/components/data_use_measurement/core/data_use_user_data.h
@@ -47,6 +47,9 @@ class DataUseUserData : public base::SupportsUserData::Data {
FEEDBACK_UPLOADER,
TRACING_UPLOADER,
DOM_DISTILLER,
+ CLOUD_PRINT,
+ SEARCH_PROVIDER_LOGOS,
+ UPDATE_CLIENT,
};
// The state of the application. Only available on Android and on other
« no previous file with comments | « chrome/service/cloud_print/cloud_print_url_fetcher.cc ('k') | components/data_use_measurement/core/data_use_user_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698