Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Unified Diff: content/browser/shared_worker/shared_worker_host.h

Issue 592043005: [WIP]Implement Chromium side changes for navigator.language(s) support for workers. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: languagechange event plumbing for shared worker. Stil WIP. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | content/browser/shared_worker/shared_worker_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | content/browser/shared_worker/shared_worker_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698