diff options
Diffstat (limited to 'chrome/browser/ui/passwords/manage_passwords_icon.h')
-rw-r--r-- | chrome/browser/ui/passwords/manage_passwords_icon.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/ui/passwords/manage_passwords_icon.h b/chrome/browser/ui/passwords/manage_passwords_icon.h index 0a44406..004c8cd 100644 --- a/chrome/browser/ui/passwords/manage_passwords_icon.h +++ b/chrome/browser/ui/passwords/manage_passwords_icon.h @@ -42,8 +42,9 @@ class ManagePasswordsIcon { ManagePasswordsIcon(); ~ManagePasswordsIcon(); - // Called from SetState() iff the icon's state has changed. - virtual void SetStateInternal(State state) = 0; + // Called from SetState() iff the icon's state has changed in order to do + // whatever platform-specific UI work is necessary given the new state. + virtual void UpdateVisibleUI() = 0; private: State state_; |