| Index: content/browser/shared_worker/shared_worker_host.h
|
| diff --git a/content/browser/shared_worker/shared_worker_host.h b/content/browser/shared_worker/shared_worker_host.h
|
| index e729589c2eef919a38b91f9fa883c262118d4bf6..e46d88005af9573be034dcd1a0de982c002d8cff 100644
|
| --- a/content/browser/shared_worker/shared_worker_host.h
|
| +++ b/content/browser/shared_worker/shared_worker_host.h
|
| @@ -55,6 +55,7 @@ class SharedWorkerHost {
|
| void DocumentDetached(SharedWorkerMessageFilter* filter,
|
| unsigned long long document_id);
|
|
|
| + void AcceptLanguageChanged(const base::string16& languages);
|
| void WorkerContextClosed();
|
| void WorkerReadyForInspection();
|
| void WorkerScriptLoaded();
|
| @@ -122,6 +123,7 @@ class SharedWorkerHost {
|
| int message_port_id);
|
| void AllowFileSystemResponse(scoped_ptr<IPC::Message> reply_msg,
|
| bool allowed);
|
| +
|
| scoped_ptr<SharedWorkerInstance> instance_;
|
| scoped_refptr<WorkerDocumentSet> worker_document_set_;
|
| FilterList filters_;
|
|
|