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

Unified Diff: Source/core/frame/NavigatorLanguage.h

Issue 592183002: [WIP]Implement Blink side changes for navigator.language(s) support for workers. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Dedicated worker languagechange event added. Still 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 | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/workers/WorkerLanguageTasks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/NavigatorLanguage.h
diff --git a/Source/core/frame/NavigatorLanguage.h b/Source/core/frame/NavigatorLanguage.h
index 69a82170b96db2fcfc223e0b581b7721ed09c130..415068683d75381fb211ce8c65f2404eb44bc007 100644
--- a/Source/core/frame/NavigatorLanguage.h
+++ b/Source/core/frame/NavigatorLanguage.h
@@ -13,7 +13,7 @@ class NavigatorLanguage {
public:
NavigatorLanguage();
- AtomicString language();
+ virtual AtomicString language();
virtual Vector<String> languages() = 0;
bool hasLanguagesChanged();
void setLanguagesChanged();
« no previous file with comments | « Source/core/frame/LocalDOMWindow.cpp ('k') | Source/core/workers/WorkerLanguageTasks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698