summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/compact_location_bar_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/compact_location_bar_host.h')
-rw-r--r--chrome/browser/chromeos/compact_location_bar_host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/compact_location_bar_host.h b/chrome/browser/chromeos/compact_location_bar_host.h
index d386ac5..da1bb9c 100644
--- a/chrome/browser/chromeos/compact_location_bar_host.h
+++ b/chrome/browser/chromeos/compact_location_bar_host.h
@@ -16,6 +16,7 @@
class BrowserView;
class TabContents;
class Tab;
+class ToolbarStarToggle;
namespace chromeos {
@@ -60,6 +61,9 @@ class CompactLocationBarHost : public DropdownBarHost,
// Enable/disable the compact location bar.
void SetEnabled(bool enabled);
+ // Returns the star button for compact location bar.
+ ToolbarStarToggle* GetStarButton();
+
// Overridehden from DropdownBarhost.
virtual void Show(bool animate);
virtual void Hide(bool animate);