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 0a44406e85cac82350a47691f414b1ed051c5e9d..004c8cd8b1cfd3d4909440b559e533cd3833fdf7 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_; |