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

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: NPAPI disabling removed, now blocks all plugins Created 8 years, 11 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 e02c751a4ede2f515bc82e1f2c6baee2fd32f186..4f5f7cb6a23989e7e005b867f735888131ab7b54 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 = 1,
Bernhard Bauer 2012/01/31 11:59:03 Nit: can you remove the = 1 here?
benwells 2012/02/01 02:30:34 Done.
+ EXTENSION_PROVIDER,
PREF_PROVIDER,
DEFAULT_PROVIDER,
NUM_PROVIDER_TYPES,

Powered by Google App Engine
This is Rietveld 408576698