| Index: chrome/browser/chromeos/status/status_area_host.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/status/status_area_host.h (revision 47717)
|
| +++ chrome/browser/chromeos/status/status_area_host.h (working copy)
|
| @@ -34,6 +34,9 @@
|
| // Opens options dialog related to the button specified.
|
| virtual void OpenButtonOptions(const views::View* button_view) const = 0;
|
|
|
| + // Executes browser command.
|
| + virtual void ExecuteBrowserCommand(int id) const = 0;
|
| +
|
| // Indicates if the button specified should be visible at the moment.
|
| virtual bool IsButtonVisible(const views::View* button_view) const = 0;
|
|
|
|
|