diff options
Diffstat (limited to 'chrome/views/controls/button/native_button_wrapper.h')
-rw-r--r-- | chrome/views/controls/button/native_button_wrapper.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/views/controls/button/native_button_wrapper.h b/chrome/views/controls/button/native_button_wrapper.h index 95ad634..475166e 100644 --- a/chrome/views/controls/button/native_button_wrapper.h +++ b/chrome/views/controls/button/native_button_wrapper.h @@ -24,6 +24,10 @@ class NativeButtonWrapper { // 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; |