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

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

Issue 22927015: Introduce NavigatorID IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 4 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/core.gypi ('k') | Source/core/page/Navigator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Navigator.h
diff --git a/Source/core/page/Navigator.h b/Source/core/page/Navigator.h
index 0d279bdedd8308ac1038faeb3175ffa8c58d4af5..1f59a18035ac1353c02728f43bf8dfbd10be8451 100644
--- a/Source/core/page/Navigator.h
+++ b/Source/core/page/Navigator.h
@@ -50,7 +50,7 @@ public:
bool cookieEnabled() const;
bool javaEnabled() const;
- virtual String userAgent() const;
+ virtual String userAgent() const OVERRIDE;
// Relinquishes the storage lock, if one exists.
void getStorageUpdates();
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/page/Navigator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698