| Index: chrome/browser/views/go_button.h
|
| ===================================================================
|
| --- chrome/browser/views/go_button.h (revision 13668)
|
| +++ chrome/browser/views/go_button.h (working copy)
|
| @@ -32,13 +32,10 @@
|
| GoButton(LocationBarView* location_bar, Browser* Browser);
|
| virtual ~GoButton();
|
|
|
| - // Force the button state
|
| - void ChangeMode(Mode mode);
|
| + // Ask for a specified button state. If |force| is true this will be applied
|
| + // immediately.
|
| + void ChangeMode(Mode mode, bool force);
|
|
|
| - // Ask for a specified button state. This is commonly called by the Browser
|
| - // when page load state changes.
|
| - void ScheduleChangeMode(Mode mode);
|
| -
|
| // Overridden from views::ButtonListener:
|
| virtual void ButtonPressed(views::Button* button);
|
|
|
|
|