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

Unified Diff: content/shell/browser/shell_plugin_service_filter.h

Issue 2378573005: [HBD] Blanket BLOCK on all non-HTTP(s) and non-FILE URLs for Flash. (Closed)
Patch Set: fix dat merge Created 4 years, 2 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/shell/browser/shell_plugin_service_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_plugin_service_filter.h
diff --git a/content/shell/browser/shell_plugin_service_filter.h b/content/shell/browser/shell_plugin_service_filter.h
index ebc6597cc93cf9061f59f6481be31ab9efa19a3a..7767a620a9fd0cffef5801cfb4626813e543f8b9 100644
--- a/content/shell/browser/shell_plugin_service_filter.h
+++ b/content/shell/browser/shell_plugin_service_filter.h
@@ -21,7 +21,7 @@ class ShellPluginServiceFilter : public PluginServiceFilter {
int render_frame_id,
const void* context,
const GURL& url,
- const GURL& policy_url,
+ const url::Origin& main_frame_origin,
WebPluginInfo* plugin) override;
bool CanLoadPlugin(int render_process_id,
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | content/shell/browser/shell_plugin_service_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698