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

Unified Diff: content/test/fake_plugin_service.h

Issue 2378573005: [HBD] Blanket BLOCK on all non-HTTP(s) and non-FILE URLs for Flash. (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into 293-hbd-implement-blan… 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
Index: content/test/fake_plugin_service.h
diff --git a/content/test/fake_plugin_service.h b/content/test/fake_plugin_service.h
index 8d2de800844dd64d5e552ea50bd9a8048d92172e..082b646f6d1f85f9f5ae7dd80c0264a90914b55e 100644
--- a/content/test/fake_plugin_service.h
+++ b/content/test/fake_plugin_service.h
@@ -9,6 +9,10 @@
#include "build/build_config.h"
#include "content/public/browser/plugin_service.h"
+namespace url {
+class Origin;
+}
+
namespace content {
class FakePluginService : public PluginService {
@@ -26,7 +30,7 @@ class FakePluginService : public PluginService {
int render_frame_id,
ResourceContext* context,
const GURL& url,
- const GURL& page_url,
+ const url::Origin& main_frame_origin,
const std::string& mime_type,
bool allow_wildcard,
bool* is_stale,

Powered by Google App Engine
This is Rietveld 408576698