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

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

Issue 1232333002: Fix virtual/override/final usage in the rest of Source/core/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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/LocalFrame.h ('k') | Source/core/frame/PinchViewport.h » ('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 864b08253670ae1d993a92a730b23fa6ae4df86e..a3129e08782479a9c8bcf058ac449130cc1c4456 100644
--- a/Source/core/frame/Navigator.h
+++ b/Source/core/frame/Navigator.h
@@ -61,13 +61,13 @@ public:
String vendor() const;
String vendorSub() const;
- virtual String userAgent() const override;
+ String userAgent() const override;
// Relinquishes the storage lock, if one exists.
void getStorageUpdates();
// NavigatorLanguage
- virtual Vector<String> languages() override;
+ Vector<String> languages() override;
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « Source/core/frame/LocalFrame.h ('k') | Source/core/frame/PinchViewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698