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

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

Issue 2685173002: Extend LargeIconService to fetch missing favicons from a Google server (Closed)
Patch Set: Major rewrite Created 3 years, 10 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.cc
diff --git a/components/data_use_measurement/core/data_use_user_data.cc b/components/data_use_measurement/core/data_use_user_data.cc
index de9cf6f6391aedff9e5c0dcff97c78d922ef2191..8f571703932557dd32214d84c9a9c6be751de2b2 100644
--- a/components/data_use_measurement/core/data_use_user_data.cc
+++ b/components/data_use_measurement/core/data_use_user_data.cc
@@ -126,6 +126,8 @@ std::string DataUseUserData::GetServiceNameAsString(ServiceName service_name) {
return "Doodle";
case UKM:
return "UKM";
+ case LARGE_ICON_SERVICE:
+ return "LargeIconsService";
}
return "INVALID";
}

Powered by Google App Engine
This is Rietveld 408576698