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

Unified Diff: chrome/browser/ui/passwords/password_ui_view.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_ui_view.h
diff --git a/chrome/browser/ui/passwords/password_ui_view.h b/chrome/browser/ui/passwords/password_ui_view.h
index 62e4c2d97be8cff48469c49fe96eca5b2fe458bc..3c112ebdc2742b2cdbb9523c1045b0f5a7453670 100644
--- a/chrome/browser/ui/passwords/password_ui_view.h
+++ b/chrome/browser/ui/passwords/password_ui_view.h
@@ -45,8 +45,7 @@ class PasswordUIView {
// |password_list| the list of saved password entries.
// |show_passwords| true if the passwords should be shown in the UI.
virtual void SetPasswordList(
- const std::vector<scoped_ptr<autofill::PasswordForm>>& password_list,
- bool show_passwords) = 0;
+ const std::vector<scoped_ptr<autofill::PasswordForm>>& password_list) = 0;
// Updates the list of password exceptions in the UI.
// |password_exception_list| The list of saved password exceptions.

Powered by Google App Engine
This is Rietveld 408576698