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

Unified Diff: components/renderer_context_menu/render_view_context_menu_observer.h

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 4 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 | « components/renderer_context_menu/render_view_context_menu_base.cc ('k') | components/spellcheck.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/renderer_context_menu/render_view_context_menu_observer.h
diff --git a/components/renderer_context_menu/render_view_context_menu_observer.h b/components/renderer_context_menu/render_view_context_menu_observer.h
index ccd052bf58cd5b5afd350374975947cefb8cbc25..0cdfda250ad041bb0ba34276f398217d77a9c263 100644
--- a/components/renderer_context_menu/render_view_context_menu_observer.h
+++ b/components/renderer_context_menu/render_view_context_menu_observer.h
@@ -100,9 +100,6 @@ class RenderViewContextMenuObserver {
// Called when a user selects the specified context-menu item.
virtual void ExecuteCommand(int command_id) {}
-
- // Called when a user closes the context menu without selecting any items.
- virtual void OnMenuCancel() {}
};
#endif // COMPONENTS_RENDERER_CONTEXT_MENU_RENDER_VIEW_CONTEXT_MENU_OBSERVER_H_
« no previous file with comments | « components/renderer_context_menu/render_view_context_menu_base.cc ('k') | components/spellcheck.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698