| Index: chrome/browser/views/tabs/tab.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab.h (revision 41630)
|
| +++ chrome/browser/views/tabs/tab.h (working copy)
|
| @@ -46,6 +46,10 @@
|
| virtual bool IsCommandEnabledForTab(
|
| TabStripModel::ContextMenuCommand command_id, const Tab* tab) const = 0;
|
|
|
| + // Returns true if the specified command is checked for the specified Tab.
|
| + virtual bool IsCommandCheckedForTab(
|
| + TabStripModel::ContextMenuCommand command_id, const Tab* tab) const = 0;
|
| +
|
| // Executes the specified command for the specified Tab.
|
| virtual void ExecuteCommandForTab(
|
| TabStripModel::ContextMenuCommand command_id, Tab* tab) = 0;
|
|
|