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 7359041361d70071cc9efd5c5e32db9ddbfc86be..d81fcece2d70078c56a089e880d2a6b5de028156 100644 |
--- a/content/child/npapi/plugin_url_fetcher.cc |
+++ b/content/child/npapi/plugin_url_fetcher.cc |
@@ -14,6 +14,7 @@ |
#include "content/child/plugin_messages.h" |
#include "content/child/request_extra_data.h" |
#include "content/child/resource_dispatcher.h" |
+#include "content/common/service_worker/service_worker_types.h" |
#include "net/base/load_flags.h" |
#include "net/base/net_errors.h" |
#include "net/http/http_response_headers.h" |
@@ -119,7 +120,8 @@ PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream, |
PAGE_TRANSITION_LINK, |
false, |
-1, |
- -1); |
+ -1, |
+ kInvalidServiceWorkerProviderId); |
request_info.extra_data = &extra_data; |