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

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

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
Index: chrome/browser/plugins/flash_permission_context.h
diff --git a/chrome/browser/plugins/flash_permission_context.h b/chrome/browser/plugins/flash_permission_context.h
index 1705946cf81b06cefe568e298eec3212e1b47068..7370c657f1f8fc5de3bf5c2553949b60fc463008 100644
--- a/chrome/browser/plugins/flash_permission_context.h
+++ b/chrome/browser/plugins/flash_permission_context.h
@@ -18,7 +18,7 @@ class FlashPermissionContext : public PermissionContextBase {
private:
// PermissionContextBase:
- ContentSetting GetPermissionStatus(
+ ContentSetting GetPermissionStatusInternal(
const GURL& requesting_origin,
const GURL& embedding_origin) const override;
void UpdateTabContext(const PermissionRequestID& id,
« no previous file with comments | « chrome/browser/permissions/permission_context_base.cc ('k') | chrome/browser/plugins/flash_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698