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..12cd886fa8111018b32658718f5e5d08d02c095b 100644 |
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h |
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h |
@@ -141,6 +141,9 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble, |
// Returns a pointer to the bubble. |
static const ManagePasswordsBubbleView* Bubble(); |
+ // Returns the web content for the bubble. |
Peter Kasting
2014/07/22 18:55:18
Nit: content -> contents
|
+ content::WebContents* web_contents() const; |
Peter Kasting
2014/07/22 18:55:18
Const methods should not return non-const pointers
|
+ |
private: |
ManagePasswordsBubbleView(content::WebContents* web_contents, |
ManagePasswordsIconView* anchor_view, |