| Index: chrome/browser/chromeos/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/browser_view.h (revision 38044)
|
| +++ chrome/browser/chromeos/browser_view.h (working copy)
|
| @@ -62,6 +62,8 @@
|
| virtual void ToggleCompactNavigationBar();
|
| virtual views::LayoutManager* CreateLayoutManager() const;
|
| virtual TabStrip* CreateTabStrip(TabStripModel* tab_strip_model);
|
| + virtual void SetStarredState(bool is_starred);
|
| + virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked);
|
|
|
| // views::ButtonListener overrides.
|
| virtual void ButtonPressed(views::Button* sender, const views::Event& event);
|
|
|