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

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

Issue 2586153002: Move kill switch and secure origin checking logic (Closed)
Patch Set: Move kill switch and secure origin checking logic Created 4 years 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
« no previous file with comments | « chrome/browser/plugins/flash_permission_context.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d54b81fe8a14e685970a36ab36b59938b6d2659a..b7f27d76354a1b2352e56a47db5873e34800b066 100644
--- a/chrome/browser/plugins/flash_permission_context.cc
+++ b/chrome/browser/plugins/flash_permission_context.cc
@@ -37,7 +37,7 @@ FlashPermissionContext::FlashPermissionContext(Profile* profile)
FlashPermissionContext::~FlashPermissionContext() {}
-ContentSetting FlashPermissionContext::GetPermissionStatus(
+ContentSetting FlashPermissionContext::GetPermissionStatusInternal(
const GURL& requesting_origin,
const GURL& embedding_origin) const {
HostContentSettingsMap* host_content_settings_map =
« no previous file with comments | « chrome/browser/plugins/flash_permission_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698