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

Unified Diff: chrome/browser/chromeos/status/status_area_host.h

Issue 2135005: Integrated new bug icon in status bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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/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;
« no previous file with comments | « chrome/browser/chromeos/status/feedback_menu_button.cc ('k') | chrome/browser/chromeos/status/status_area_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698