| Index: chrome/browser/chromeos/frame/browser_view.h
|
| diff --git a/chrome/browser/chromeos/frame/browser_view.h b/chrome/browser/chromeos/frame/browser_view.h
|
| index dc88ec244d135c87565b4e7e8043da99069f9ca5..c04758ba226206f7da3a1529b452e5379d67a661 100644
|
| --- a/chrome/browser/chromeos/frame/browser_view.h
|
| +++ b/chrome/browser/chromeos/frame/browser_view.h
|
| @@ -64,7 +64,7 @@ class BrowserView : public ::BrowserView,
|
| virtual bool ShouldOpenButtonOptions(
|
| const views::View* button_view) const;
|
| virtual void ExecuteBrowserCommand(int id) const;
|
| - virtual void OpenButtonOptions(const views::View* button_view) const;
|
| + virtual void OpenButtonOptions(const views::View* button_view);
|
| virtual bool IsBrowserMode() const;
|
| virtual bool IsScreenLockerMode() const;
|
|
|
|
|