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

Unified Diff: content/public/browser/plugin_service.h

Issue 2378573005: [HBD] Blanket BLOCK on all non-HTTP(s) and non-FILE URLs for Flash. (Closed)
Patch Set: fix formatting Created 4 years, 3 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: content/public/browser/plugin_service.h
diff --git a/content/public/browser/plugin_service.h b/content/public/browser/plugin_service.h
index 10522556f9e7f6cac46619ac214a6de3f5c9edaf..d6b11f3f226fe2a71835109821e16c9b8fbf712d 100644
--- a/content/public/browser/plugin_service.h
+++ b/content/public/browser/plugin_service.h
@@ -19,6 +19,10 @@ namespace base {
class FilePath;
}
+namespace url {
+class Origin;
+}
+
namespace content {
class BrowserContext;
@@ -70,7 +74,7 @@ class PluginService {
int render_frame_id,
ResourceContext* context,
const GURL& url,
- const GURL& page_url,
+ const url::Origin& page_url,
const std::string& mime_type,
bool allow_wildcard,
bool* is_stale,

Powered by Google App Engine
This is Rietveld 408576698