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

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

Issue 1875073002: Add "NTPSnippets" to data usage tracker enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | components/data_use_measurement/core/data_use_user_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f5ba2cd2ea6eb5399043c05ae333976b34fa1387..00d749c2a217db14dcb9210fc100afd8cc2ae75b 100644
--- a/components/data_use_measurement/core/data_use_user_data.h
+++ b/components/data_use_measurement/core/data_use_user_data.h
@@ -39,6 +39,7 @@ class DataUseUserData : public base::SupportsUserData::Data {
AUTOFILL,
POLICY,
SPELL_CHECKER,
+ NTP_SNIPPETS,
};
explicit DataUseUserData(ServiceName service_name);
@@ -53,7 +54,7 @@ class DataUseUserData : public base::SupportsUserData::Data {
static std::string GetServiceNameAsString(ServiceName service);
// Services should use this function to attach their |service_name| to the
- // URLFethcer serving them.
+ // URLFetcher serving them.
static void AttachToFetcher(net::URLFetcher* fetcher,
ServiceName service_name);
« no previous file with comments | « no previous file | 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