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_; |