| Index: content/browser/shared_worker/shared_worker_service_impl.h
|
| diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
|
| index 5625224da3337e8402c1fddf24c815fa09c87f88..2798a7f67dce9077f69edd2992dba4629dd38ad7 100644
|
| --- a/content/browser/shared_worker/shared_worker_service_impl.h
|
| +++ b/content/browser/shared_worker/shared_worker_service_impl.h
|
| @@ -16,6 +16,7 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/worker_service.h"
|
|
|
| +
|
| struct ViewHostMsg_CreateWorker_Params;
|
|
|
| namespace IPC {
|
| @@ -86,6 +87,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
|
| const base::string16& name,
|
| bool* result,
|
| SharedWorkerMessageFilter* filter);
|
| + void AcceptLanguageChanged(const base::string16& languages);
|
|
|
| void OnSharedWorkerMessageFilterClosing(
|
| SharedWorkerMessageFilter* filter);
|
|
|