Chromium Code Reviews| 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: |