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

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

Issue 1846623002: Remove password-manager-reauthentication flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebased Created 4 years, 9 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/password_manager_presenter.h
diff --git a/chrome/browser/ui/passwords/password_manager_presenter.h b/chrome/browser/ui/passwords/password_manager_presenter.h
index f8a8b7e798a86945ec95fe457ea01a180576b00d..2b19b8012c120a64e5989d98c99ca26513a5b009 100644
--- a/chrome/browser/ui/passwords/password_manager_presenter.h
+++ b/chrome/browser/ui/passwords/password_manager_presenter.h
@@ -137,13 +137,6 @@ class PasswordManagerPresenter
DuplicatesMap password_duplicates_;
DuplicatesMap password_exception_duplicates_;
- // Whether to show stored passwords or not.
- BooleanPrefMember show_passwords_;
-
- // Indicates whether or not the password manager should require the user to
- // reauthenticate before revealing plaintext passwords.
- const bool require_reauthentication_;
-
// The last time the user was successfully authenticated.
// Used to determine whether or not to reveal plaintext passwords.
base::TimeTicks last_authentication_time_;

Powered by Google App Engine
This is Rietveld 408576698