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

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

Issue 256333003: Revert of Password bubble: Introduce a command to open the bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 de4f814c2b49e20fac6733b9944b69af5d254c56..3781e6ad62dbec1a1e1affaa1ab086054e2e7e42 100644
--- a/chrome/browser/ui/passwords/manage_passwords_icon_mock.h
+++ b/chrome/browser/ui/passwords/manage_passwords_icon_mock.h
@@ -18,8 +18,7 @@
int bubble_shown_count() const { return bubble_shown_count_; }
protected:
- // ManagePasswordsIcon:
- virtual void UpdateVisibleUI() OVERRIDE;
+ virtual void SetStateInternal(State state) OVERRIDE;
private:
int bubble_shown_count_;
« no previous file with comments | « chrome/browser/ui/passwords/manage_passwords_icon.cc ('k') | chrome/browser/ui/passwords/manage_passwords_icon_mock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698