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

Unified Diff: chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.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/extensions/api/passwords_private/passwords_private_delegate_impl.h
diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h
index dae28d6bbde407d57f8d3df7ed5e13a011e6d751..b2cf817fd0256e1da8f43cbef4f20ccd027a1ec4 100644
--- a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h
+++ b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.h
@@ -55,9 +55,8 @@ class PasswordsPrivateDelegateImpl : public PasswordsPrivateDelegate,
const std::string& origin_url,
const std::string& username,
const base::string16& plaintext_password) 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;
void SetPasswordExceptionList(
const std::vector<scoped_ptr<autofill::PasswordForm>>&
password_exception_list) override;

Powered by Google App Engine
This is Rietveld 408576698