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

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

Issue 775843005: Moving member never_save_password of ManagePasswordsBubbleView to ManagePasswordsBubbleModel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 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.

Powered by Google App Engine
This is Rietveld 408576698