| 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 2b8a878b79c6effc8a37fb18062af81d783a86d4..e855449e78f86acd5054616e7373bc2df0055c22 100644
|
| --- a/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h
|
| @@ -60,7 +60,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();
|
|
|