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

Unified Diff: chrome/browser/content_settings/host_content_settings_map.h

Issue 9169042: Block plugins for platform apps (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix plugin_tests on linux Created 8 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: chrome/browser/content_settings/host_content_settings_map.h
diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
index 99be43f607a4ba3fd8d0d3c38e0671679bf72cab..65ba51bd0b171c79cfb7890d05da7983866d85ec 100644
--- a/chrome/browser/content_settings/host_content_settings_map.h
+++ b/chrome/browser/content_settings/host_content_settings_map.h
@@ -40,8 +40,9 @@ class HostContentSettingsMap
public base::RefCountedThreadSafe<HostContentSettingsMap> {
public:
enum ProviderType {
- POLICY_PROVIDER = 0,
- EXTENSION_PROVIDER = 1,
+ PLATFORM_APP_PROVIDER = 0,
+ POLICY_PROVIDER,
+ EXTENSION_PROVIDER,
PREF_PROVIDER,
DEFAULT_PROVIDER,
NUM_PROVIDER_TYPES,

Powered by Google App Engine
This is Rietveld 408576698