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

Unified Diff: content/public/browser/screen_orientation_provider.h

Issue 671663002: Standardize usage of virtual/override/final in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « content/public/browser/resource_request_details.h ('k') | content/public/browser/utility_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/screen_orientation_provider.h
diff --git a/content/public/browser/screen_orientation_provider.h b/content/public/browser/screen_orientation_provider.h
index 2a306381465df1c7f08402217cdca082eaeabe39..7879d3455d7d772758ecc399209d2ac7aaf8360b 100644
--- a/content/public/browser/screen_orientation_provider.h
+++ b/content/public/browser/screen_orientation_provider.h
@@ -23,7 +23,7 @@ class CONTENT_EXPORT ScreenOrientationProvider : public WebContentsObserver {
public:
ScreenOrientationProvider(ScreenOrientationDispatcherHost* dispatcher_host,
WebContents* web_contents);
- virtual ~ScreenOrientationProvider();
+ ~ScreenOrientationProvider() override;
// Lock the screen orientation to |orientations|.
void LockOrientation(int request_id,
@@ -41,7 +41,7 @@ class CONTENT_EXPORT ScreenOrientationProvider : public WebContentsObserver {
static void SetDelegate(ScreenOrientationDelegate* delegate_);
// WebContentsObserver
- virtual void DidToggleFullscreenModeForTab(bool entered_fullscreen) override;
+ void DidToggleFullscreenModeForTab(bool entered_fullscreen) override;
private:
struct LockInformation {
« no previous file with comments | « content/public/browser/resource_request_details.h ('k') | content/public/browser/utility_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698