| Index: chrome/browser/ui/passwords/manage_passwords_icon.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_icon.h b/chrome/browser/ui/passwords/manage_passwords_icon.h
|
| index 004c8cd8b1cfd3d4909440b559e533cd3833fdf7..0a44406e85cac82350a47691f414b1ed051c5e9d 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_icon.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_icon.h
|
| @@ -42,9 +42,8 @@
|
| ManagePasswordsIcon();
|
| ~ManagePasswordsIcon();
|
|
|
| - // 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;
|
| + // Called from SetState() iff the icon's state has changed.
|
| + virtual void SetStateInternal(State state) = 0;
|
|
|
| private:
|
| State state_;
|
|
|