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

Unified Diff: components/content_settings/core/common/content_settings.cc

Issue 2795053002: [subresource_filter] Implement the "Smart" UI on Android (Closed)
Patch Set: minor tweaks Created 3 years, 7 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/content_settings/core/common/content_settings.cc
diff --git a/components/content_settings/core/common/content_settings.cc b/components/content_settings/core/common/content_settings.cc
index 59fc9c660400857369878192dad2548d8b31ecc6..4cf2d13289842e3bd114da58f5f3d7a06bd6d604 100644
--- a/components/content_settings/core/common/content_settings.cc
+++ b/components/content_settings/core/common/content_settings.cc
@@ -56,6 +56,7 @@ HistogramValue kHistogramValue[] = {
{CONTENT_SETTINGS_TYPE_IMPORTANT_SITE_INFO, 30},
{CONTENT_SETTINGS_TYPE_PERMISSION_AUTOBLOCKER_DATA, 31},
{CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER, 32},
+ {CONTENT_SETTINGS_TYPE_SUBRESOURCE_FILTER_DATA, 33},
};
int ContentSettingTypeToHistogramValue(ContentSettingsType content_setting,

Powered by Google App Engine
This is Rietveld 408576698