Index: content/browser/service_worker/service_worker_provider_host.h |
diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h |
index 68d725d37f3b43f7e8c1640d08b94e36393dfc4a..5a0f80449b8ea8e6f60edf6cda0530d75f5db0e5 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -13,6 +13,8 @@ |
#include "content/browser/service_worker/service_worker_registration.h" |
#include "content/common/content_export.h" |
#include "content/common/service_worker/service_worker_types.h" |
+#include "content/public/common/request_context_frame_type.h" |
+#include "content/public/common/request_context_type.h" |
#include "content/public/common/resource_type.h" |
namespace IPC { |
@@ -97,6 +99,8 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
FetchRequestMode request_mode, |
FetchCredentialsMode credentials_mode, |
ResourceType resource_type, |
+ RequestContextType request_context_type, |
+ RequestContextFrameType frame_type, |
base::WeakPtr<storage::BlobStorageContext> blob_storage_context, |
scoped_refptr<ResourceRequestBody> body); |