summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/chrome_plugin_host.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc
index fcef53c..7a475c2 100644
--- a/chrome/plugin/chrome_plugin_host.cc
+++ b/chrome/plugin/chrome_plugin_host.cc
@@ -167,8 +167,6 @@ class PluginRequestHandlerProxy
request_info.first_party_for_cookies =
GURL(cprequest_->url); // TODO(jackson): policy url?
request_info.referrer = GURL(); // TODO(mpcomplete): referrer?
- request_info.frame_origin = "null";
- request_info.main_frame_origin = "null";
request_info.headers = extra_headers_;
request_info.load_flags = load_flags_;
request_info.requestor_pid = base::GetCurrentProcId();