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

Unified Diff: chrome/browser/plugins/flash_permission_context.cc

Issue 2898663002: Implement feature policy checks in the browser process (Closed)
Patch Set: Implement feature policy checks in the browser process 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: chrome/browser/plugins/flash_permission_context.cc
diff --git a/chrome/browser/plugins/flash_permission_context.cc b/chrome/browser/plugins/flash_permission_context.cc
index 1fd071172cecc1ff61b5c0339bf3ee3976154f0d..5ff9ed8f2d7af77e2e77a9a36f68fe644a131419 100644
--- a/chrome/browser/plugins/flash_permission_context.cc
+++ b/chrome/browser/plugins/flash_permission_context.cc
@@ -32,7 +32,8 @@ bool PluginsEnterpriseSettingEnabled(
FlashPermissionContext::FlashPermissionContext(Profile* profile)
: PermissionContextBase(profile,
- CONTENT_SETTINGS_TYPE_PLUGINS) {}
+ CONTENT_SETTINGS_TYPE_PLUGINS,
+ blink::WebFeaturePolicyFeature::kNotFound) {}
FlashPermissionContext::~FlashPermissionContext() {}

Powered by Google App Engine
This is Rietveld 408576698