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

Unified Diff: ash/keyboard_overlay/keyboard_overlay_view.h

Issue 680153002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting 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 | « ash/keyboard_overlay/keyboard_overlay_delegate.cc ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/keyboard_overlay/keyboard_overlay_view.h
diff --git a/ash/keyboard_overlay/keyboard_overlay_view.h b/ash/keyboard_overlay/keyboard_overlay_view.h
index 52045b53fa9eb8379f34698af85370bfff69f3a8..d7a473fef2e2c838273aae64ff477d29dc2676b8 100644
--- a/ash/keyboard_overlay/keyboard_overlay_view.h
+++ b/ash/keyboard_overlay/keyboard_overlay_view.h
@@ -38,12 +38,12 @@ class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
KeyboardOverlayView(content::BrowserContext* context,
ui::WebDialogDelegate* delegate,
WebContentsHandler* handler);
- virtual ~KeyboardOverlayView();
+ ~KeyboardOverlayView() override;
// Overridden from ash::OverlayEventFilter::Delegate:
- virtual void Cancel() override;
- virtual bool IsCancelingKeyEvent(ui::KeyEvent* event) override;
- virtual aura::Window* GetWindow() override;
+ void Cancel() override;
+ bool IsCancelingKeyEvent(ui::KeyEvent* event) override;
+ aura::Window* GetWindow() override;
// Shows the keyboard overlay.
static void ShowDialog(content::BrowserContext* context,
@@ -55,7 +55,7 @@ class ASH_WITH_CONTENT_EXPORT KeyboardOverlayView
FRIEND_TEST_ALL_PREFIXES(KeyboardOverlayViewTest, NoRedundantCancelingKeys);
// Overridden from views::WidgetDelegate:
- virtual void WindowClosing() override;
+ void WindowClosing() override;
static void GetCancelingKeysForTesting(
std::vector<KeyEventData>* canceling_keys);
« no previous file with comments | « ash/keyboard_overlay/keyboard_overlay_delegate.cc ('k') | ash/keyboard_uma_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698