Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 5f0fe5ad57220dfa0b6498df0cad94d2c9ea66e4..bc3e662248b71a94e7e85088edd46da6d3429c33 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -185,6 +185,9 @@ IPC_STRUCT_BEGIN(ResourceHostMsg_Request) |
// or kInvalidServiceWorkerProviderId. |
IPC_STRUCT_MEMBER(int, service_worker_provider_id) |
+ // True if the request should not be handled by the ServiceWorker. |
+ IPC_STRUCT_MEMBER(bool, skip_service_worker) |
+ |
// Optional resource request body (may be null). |
IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBody>, |
request_body) |