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: chrome/browser/plugins/flash_permission_context.cc

Issue 2675483002: Replace PermissionType in chrome/ with ContentSettingsType (Closed)
Patch Set: rebase + include content_settings_types.h more Created 3 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/plugins/flash_permission_context.cc
diff --git a/chrome/browser/plugins/flash_permission_context.cc b/chrome/browser/plugins/flash_permission_context.cc
index 7e7eb93fb30a2d44ae9d9ed562b00a01ebe96aa3..0794b45a15de6c299d4a9140c8802721e8a5545f 100644
--- a/chrome/browser/plugins/flash_permission_context.cc
+++ b/chrome/browser/plugins/flash_permission_context.cc
@@ -32,7 +32,6 @@ bool PluginsEnterpriseSettingEnabled(
FlashPermissionContext::FlashPermissionContext(Profile* profile)
: PermissionContextBase(profile,
- content::PermissionType::FLASH,
CONTENT_SETTINGS_TYPE_PLUGINS) {}
FlashPermissionContext::~FlashPermissionContext() {}

Powered by Google App Engine
This is Rietveld 408576698