| Index: chrome/plugin/chrome_plugin_host.cc
|
| ===================================================================
|
| --- chrome/plugin/chrome_plugin_host.cc (revision 11701)
|
| +++ chrome/plugin/chrome_plugin_host.cc (working copy)
|
| @@ -144,11 +144,12 @@
|
| 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())
|
|
|