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

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

Issue 394403003: Close the password bubble on the icon click. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed the unnecessary command 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/passwords/manage_passwords_bubble_model.h
diff --git a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
index e6ae6aad411751f65a901fa92cd771fbf5def1d2..1435bb58e7fe010173ae1cf6990b0fc4b0456036 100644
--- a/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
+++ b/chrome/browser/ui/passwords/manage_passwords_bubble_model.h
@@ -88,6 +88,8 @@ class ManagePasswordsBubbleModel : public content::WebContentsObserver {
void set_state(password_manager::ui::State state) { state_ = state; }
#endif
+ using content::WebContentsObserver::web_contents;
Mike West 2014/07/22 12:08:40 Nit: This seems unnecessary?
vasilii 2014/07/22 14:18:51 I'm bringing it to the public scope. I use it in S
+
private:
password_manager::ui::State state_;
base::string16 title_;

Powered by Google App Engine
This is Rietveld 408576698