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

Unified Diff: chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h

Issue 2140963002: Added default implementations of GetAcceleratorForCommandId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@acceleratorprovider-const
Patch Set: Rebase. Created 4 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
Index: chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h b/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
index 0d2249ab6b94f5907dfa36710549b86a80c299e3..05ceabe316704e6ad8fbbe5217da52b509977f7e 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu_test_util.h
@@ -40,10 +40,6 @@ class TestRenderViewContextMenu : public RenderViewContextMenu {
const GURL& link_url,
const GURL& frame_url);
- // Implementation of pure virtuals in RenderViewContextMenu.
- bool GetAcceleratorForCommandId(int command_id,
- ui::Accelerator* accelerator) const override;
-
// Returns true if the command specified by |command_id| is present
// in the menu.
// A list of command ids can be found in chrome/app/chrome_command_ids.h.

Powered by Google App Engine
This is Rietveld 408576698