Index: chrome/browser/chromeos/compact_location_bar_host.h |
=================================================================== |
--- chrome/browser/chromeos/compact_location_bar_host.h (revision 38044) |
+++ chrome/browser/chromeos/compact_location_bar_host.h (working copy) |
@@ -16,6 +16,7 @@ |
class BrowserView; |
class TabContents; |
class Tab; |
+class ToolbarStarToggle; |
namespace chromeos { |
@@ -60,6 +61,9 @@ |
// 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); |