| Index: content/child/npapi/plugin_url_fetcher.cc
|
| diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc
|
| index 2a5c46b1846165697647de8ea58b0e3211934015..2c3808490b0f4624ad92cd59c71ec72514ab076e 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.cc
|
| +++ b/content/child/npapi/plugin_url_fetcher.cc
|
| @@ -107,21 +107,9 @@ PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream,
|
| request_info.request_type = ResourceType::OBJECT;
|
| request_info.routing_id = render_view_id;
|
|
|
| - RequestExtraData extra_data(blink::WebPageVisibilityStateVisible,
|
| - base::string16(),
|
| - false,
|
| - render_frame_id,
|
| - false,
|
| - GURL(),
|
| - false,
|
| - -1,
|
| - true,
|
| - PAGE_TRANSITION_LINK,
|
| - false,
|
| - -1,
|
| - -1,
|
| - kInvalidServiceWorkerProviderId);
|
| -
|
| + RequestExtraData extra_data;
|
| + extra_data.set_render_frame_id(render_frame_id);
|
| + extra_data.set_is_main_frame(false);
|
| request_info.extra_data = &extra_data;
|
|
|
| std::vector<char> body;
|
|
|