| Index: chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h b/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| index 58b36600d15b3fb3ee63fb286843fdd1db8cb840..d5e51988f64909c4ff75561a48bab54595f3c3ff 100644
|
| --- a/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| @@ -61,7 +61,7 @@ class BrowserActionsToolbarGtk : public ExtensionToolbarModel::Observer,
|
| ExtensionToolbarModel* model() { return model_; }
|
|
|
| // Returns the currently selected tab ID, or -1 if there is none.
|
| - int GetCurrentTabId();
|
| + int GetCurrentTabId() const;
|
|
|
| // Update the display of all buttons.
|
| void Update();
|
|
|