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 71327d3a70d937ebfc98cda17b449720cf2c85cc..f9e412a58c6914d43cffc9cd3088440be9a91ae8 100644 |
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h |
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h |
@@ -115,10 +115,6 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble, |
ManagePasswordsIconView* anchor_view_; |
- // If true upon destruction, the user has confirmed that she never wants to |
- // save passwords for a particular site. |
- bool never_save_passwords_; |
- |
views::View* initially_focused_view_; |
// A helper to intercept mouse click events on the web contents. |