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

Unified Diff: components/content_settings/core/browser/host_content_settings_map.h

Issue 2886433002: [Android] Adding content settings provider for notification channels (Closed)
Patch Set: Responding to comments 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/browser/host_content_settings_map.h
diff --git a/components/content_settings/core/browser/host_content_settings_map.h b/components/content_settings/core/browser/host_content_settings_map.h
index b5c7798b02f3e2edbc4f88bce88e9b0dbe8b1256..c018e9f9cda6ef8ad71f7b89588add09fb21d0fe 100644
--- a/components/content_settings/core/browser/host_content_settings_map.h
+++ b/components/content_settings/core/browser/host_content_settings_map.h
@@ -57,6 +57,7 @@ class HostContentSettingsMap : public content_settings::Observer,
POLICY_PROVIDER,
SUPERVISED_PROVIDER,
CUSTOM_EXTENSION_PROVIDER,
+ NOTIFICATION_CONTENT_SETTINGS_ANDROID_PROVIDER,
raymes 2017/05/17 03:13:39 nit: it's probably ok to leave out CONTENT_SETTING
awdf 2017/05/17 17:14:41 Done.
PREF_PROVIDER,
DEFAULT_PROVIDER,
NUM_PROVIDER_TYPES

Powered by Google App Engine
This is Rietveld 408576698