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

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

Issue 288393002: Implement navigator.languages. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@language_change_tests
Patch Set: error 500 Created 6 years, 7 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/DOMWindow.cpp ('k') | Source/core/frame/Navigator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Navigator.h
diff --git a/Source/core/frame/Navigator.h b/Source/core/frame/Navigator.h
index 42df704805e6bc69f8e734f16bd20a3c6e16ff8a..74cd4c7d4304ad87083ee15272475075e6481b40 100644
--- a/Source/core/frame/Navigator.h
+++ b/Source/core/frame/Navigator.h
@@ -65,6 +65,9 @@ public:
// Relinquishes the storage lock, if one exists.
void getStorageUpdates();
+ // NavigatorLanguage
+ virtual Vector<String> languages() OVERRIDE;
+
virtual void trace(Visitor*);
private:
« no previous file with comments | « Source/core/frame/DOMWindow.cpp ('k') | Source/core/frame/Navigator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698