Index: content/browser/service_worker/service_worker_dispatcher_host.h |
diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h |
index 3c66eb6c70a4d370e5664c8c8729f5be7f0424ff..85f93955a394c4f7da61f8ede4e40cbfd0fb9f4f 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -20,6 +20,7 @@ |
#include "content/common/service_worker/service_worker_types.h" |
#include "content/public/browser/browser_message_filter.h" |
#include "mojo/public/cpp/bindings/associated_binding_set.h" |
+#include "mojo/public/cpp/bindings/strong_associated_binding_set.h" |
class GURL; |
@@ -54,6 +55,8 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost |
int render_process_id, |
ResourceContext* resource_context); |
+ // |blob_storage_context| and |loader_factory_getter| are used only |
+ // if IsServicificationEnabled is true. |
void Init(ServiceWorkerContextWrapper* context_wrapper); |
// BrowserMessageFilter implementation |