| Index: chrome/browser/gtk/browser_toolbar_gtk.h
|
| diff --git a/chrome/browser/gtk/browser_toolbar_gtk.h b/chrome/browser/gtk/browser_toolbar_gtk.h
|
| index ed4dc171eb936969b82709efada5a51918307486..9ed0929a1fcc49f389942e2b456df07cdda948f7 100644
|
| --- a/chrome/browser/gtk/browser_toolbar_gtk.h
|
| +++ b/chrome/browser/gtk/browser_toolbar_gtk.h
|
| @@ -78,6 +78,9 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
|
|
|
| ToolbarStarToggleGtk* star() { return star_.get(); }
|
|
|
| + // Alerts us that the theme changed, and we might need to change theme images.
|
| + void UserChangedTheme();
|
| +
|
| // Implement AutocompletePopupPositioner, return the position of where the
|
| // Omnibox results popup should go (from the star to the go buttons).
|
| virtual gfx::Rect GetPopupBounds() const;
|
| @@ -90,7 +93,8 @@ class BrowserToolbarGtk : public CommandUpdater::CommandObserver,
|
| int active_id,
|
| int highlight_id,
|
| int depressed_id,
|
| - const std::string& localized_tooltip);
|
| + const std::string& localized_tooltip,
|
| + const char* stock_id);
|
|
|
| // Create the star button given the tooltip. Returns the widget created.
|
| ToolbarStarToggleGtk* BuildStarButton(const std::string& localized_tooltip);
|
|
|