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

Unified Diff: components/renderer_context_menu/render_view_context_menu_base.h

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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
Index: components/renderer_context_menu/render_view_context_menu_base.h
diff --git a/components/renderer_context_menu/render_view_context_menu_base.h b/components/renderer_context_menu/render_view_context_menu_base.h
index f84cf39072e62c2e7ce0dcf59d13803e5f9c37fd..779e8bbd9297aa178665649f6a32371860e6573d 100644
--- a/components/renderer_context_menu/render_view_context_menu_base.h
+++ b/components/renderer_context_menu/render_view_context_menu_base.h
@@ -140,9 +140,8 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
#endif
// Returns the accelerator for given |command_id|.
- virtual bool GetAcceleratorForCommandId(
- int command_id,
- ui::Accelerator* accelerator) = 0;
+ bool GetAcceleratorForCommandId(int command_id,
+ ui::Accelerator* accelerator) override = 0;
// Subclasses should send notification.
virtual void NotifyMenuShown() = 0;

Powered by Google App Engine
This is Rietveld 408576698