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

Unified Diff: chrome/browser/tab_contents/spelling_menu_observer.h

Issue 9562002: Use a check item instead of changing its text. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/tab_contents/spelling_menu_observer.h
===================================================================
--- chrome/browser/tab_contents/spelling_menu_observer.h (revision 124915)
+++ chrome/browser/tab_contents/spelling_menu_observer.h (working copy)
@@ -45,6 +45,7 @@
// RenderViewContextMenuObserver implementation.
virtual void InitMenu(const content::ContextMenuParams& params) OVERRIDE;
virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
+ virtual bool IsCommandIdChecked(int command_id) OVERRIDE;
virtual bool IsCommandIdEnabled(int command_id) OVERRIDE;
virtual void ExecuteCommand(int command_id) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698