summaryrefslogtreecommitdiffstats
path: root/chrome/plugin/chrome_plugin_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin/chrome_plugin_host.cc')
-rw-r--r--chrome/plugin/chrome_plugin_host.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc
index 0401987..8ac50f2 100644
--- a/chrome/plugin/chrome_plugin_host.cc
+++ b/chrome/plugin/chrome_plugin_host.cc
@@ -144,11 +144,12 @@ class PluginRequestHandlerProxy
GURL(cprequest_->url),
GURL(cprequest_->url), // TODO(jackson): policy url?
GURL(), // TODO(mpcomplete): referrer?
+ "null", // frame_origin
+ "null", // main_frame_origin
extra_headers_,
load_flags_,
GetCurrentProcessId(),
ResourceType::OBJECT,
- false, // TODO (jcampan): mixed-content?
cprequest_->context,
MSG_ROUTING_CONTROL));
if (!bridge_.get())