| Index: chrome/views/controls/button/native_button_wrapper.h
|
| ===================================================================
|
| --- chrome/views/controls/button/native_button_wrapper.h (revision 12464)
|
| +++ chrome/views/controls/button/native_button_wrapper.h (working copy)
|
| @@ -24,6 +24,10 @@
|
| // associated NativeButton.
|
| virtual void UpdateFont() = 0;
|
|
|
| + // Updates the native button's enabled state from the state stored in its
|
| + // associated NativeButton.
|
| + virtual void UpdateEnabled() = 0;
|
| +
|
| // Updates the native button's default state from the state stored in its
|
| // associated NativeButton.
|
| virtual void UpdateDefault() = 0;
|
|
|