Chromium Code Reviews| Index: content/common/service_worker/service_worker_messages.h |
| diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h |
| index 8164130334d5801bd363e42aa60a47ed07a0bfcd..154e745518a257cdc1a67e12743c10c233855d24 100644 |
| --- a/content/common/service_worker/service_worker_messages.h |
| +++ b/content/common/service_worker/service_worker_messages.h |
| @@ -290,6 +290,11 @@ IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_SkipWaiting, |
| IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_ClaimClients, |
| int /* request_id */) |
| +// Informs the browser of new foreign fetch subscopes this worker wants to |
| +// handle. Should only be send while an install event is being handled. |
|
falken
2015/10/16 11:58:43
nit: sent
Marijn Kruisselbrink
2015/10/16 17:23:24
Done
|
| +IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_RegisterForeignFetchScopes, |
| + std::vector<GURL> /* sub_scopes */) |
| + |
| //--------------------------------------------------------------------------- |
| // Messages sent from the browser to the child process. |
| // |