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

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h

Issue 394403003: Close the password bubble on the icon click. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't touch bubble_icon_view.h Created 6 years, 5 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/views/passwords/manage_passwords_bubble_view.h
diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
index c24d747417574a32ba99533ad1efccf572829799..be65fe0dc248e710280cfaaf7373cce259da478b 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -139,7 +139,9 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
static bool IsShowing();
// Returns a pointer to the bubble.
- static const ManagePasswordsBubbleView* Bubble();
+ static const ManagePasswordsBubbleView* Bubble() {
Peter Kasting 2014/07/24 18:18:08 This doesn't appear to have actually been moved in
vasilii 2014/07/25 08:24:34 Done.
+ return manage_passwords_bubble_;
+ }
private:
ManagePasswordsBubbleView(content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698