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

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

Issue 1865803002: [Policy Experimental] Add policies to allow Cookies and Pop-ups exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync; compile fix in PolicyProvider::GetUserExceptionsUsageSettingForType(). 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
Index: components/content_settings/core/common/pref_names.h
diff --git a/components/content_settings/core/common/pref_names.h b/components/content_settings/core/common/pref_names.h
index aa1af1cf22643b9dfa1c8a67116c40604576be3c..eab26a5d2e31b54706df45c42673d5d1c89bc935 100644
--- a/components/content_settings/core/common/pref_names.h
+++ b/components/content_settings/core/common/pref_names.h
@@ -45,6 +45,9 @@ extern const char kManagedAutoSelectCertificateForUrls[];
extern const char kManagedKeygenAllowedForUrls[];
extern const char kManagedKeygenBlockedForUrls[];
+extern const char kUserCookiesExceptionsUsage[];
+extern const char kUserPopupsExceptionsUsage[];
+
} // namespace prefs
#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_PREF_NAMES_H_
« no previous file with comments | « components/content_settings/core/common/content_settings.h ('k') | components/content_settings/core/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698