Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1116)

Unified Diff: chrome/browser/ui/passwords/manage_passwords_icon_mock.h

Issue 246393004: Password bubble: Introduce a command to open the bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/passwords/manage_passwords_icon_mock.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_icon_mock.h b/chrome/browser/ui/passwords/manage_passwords_icon_mock.h
index 3781e6ad62dbec1a1e1affaa1ab086054e2e7e42..de4f814c2b49e20fac6733b9944b69af5d254c56 100644
--- a/chrome/browser/ui/passwords/manage_passwords_icon_mock.h
+++ b/chrome/browser/ui/passwords/manage_passwords_icon_mock.h
@@ -18,7 +18,8 @@ class ManagePasswordsIconMock : public ManagePasswordsIcon {
int bubble_shown_count() const { return bubble_shown_count_; }
protected:
- virtual void SetStateInternal(State state) OVERRIDE;
+ // ManagePasswordsIcon:
+ virtual void UpdateVisibleUI() OVERRIDE;
private:
int bubble_shown_count_;

Powered by Google App Engine
This is Rietveld 408576698