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

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

Issue 2886433002: [Android] Adding content settings provider for notification channels (Closed)
Patch Set: update filenames elsewhere 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.h
diff --git a/components/content_settings/core/common/content_settings.h b/components/content_settings/core/common/content_settings.h
index c441e280eaa5f42cf6c21b1bdbf04315ed740357..2394ecec522b7ef99a24abfba888405b2d9d5ffa 100644
--- a/components/content_settings/core/common/content_settings.h
+++ b/components/content_settings/core/common/content_settings.h
@@ -77,6 +77,7 @@ enum SettingSource {
SETTING_SOURCE_NONE,
SETTING_SOURCE_POLICY,
SETTING_SOURCE_EXTENSION,
+ SETTING_SOURCE_SYSTEM,
Peter Beverloo 2017/05/15 15:10:09 dito
awdf 2017/05/16 15:17:36 actually i do need to pick a settings source for t
raymes 2017/05/17 03:13:38 Yep, perfect.
SETTING_SOURCE_USER,
SETTING_SOURCE_WHITELIST,
SETTING_SOURCE_SUPERVISED,

Powered by Google App Engine
This is Rietveld 408576698