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

Unified Diff: chrome/browser/android/password_ui_view_android.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/android/password_ui_view_android.h
diff --git a/chrome/browser/android/password_ui_view_android.h b/chrome/browser/android/password_ui_view_android.h
index 370dee11f065e6f3cecea60607d9f7a317532d17..c96e6b43bb58be27fbe9ca29f41c9746f15a379d 100644
--- a/chrome/browser/android/password_ui_view_android.h
+++ b/chrome/browser/android/password_ui_view_android.h
@@ -33,9 +33,8 @@ class PasswordUIViewAndroid : public PasswordUIView {
const std::string& origin_url,
const std::string& username,
const base::string16& password_value) override;
- void SetPasswordList(
- const std::vector<scoped_ptr<autofill::PasswordForm>>& password_list,
- bool show_passwords) override;
+ void SetPasswordList(const std::vector<scoped_ptr<autofill::PasswordForm>>&
+ password_list) override;
Bernhard Bauer 2016/03/31 14:34:27 Ick. I would probably format this like this: v
vabr (Chromium) 2016/03/31 15:47:20 Done.
void SetPasswordExceptionList(
const std::vector<scoped_ptr<autofill::PasswordForm>>&
password_exception_list) override;

Powered by Google App Engine
This is Rietveld 408576698