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

Unified Diff: chrome/browser/password_manager/password_store_mac.cc

Issue 1730313004: Remove PasswordStore::AuthorizationPromptPolicy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/password_manager/password_store_mac.cc
diff --git a/chrome/browser/password_manager/password_store_mac.cc b/chrome/browser/password_manager/password_store_mac.cc
index ed350b0ce4bda2f76f2dc28381f6797d90de14c9..6904135efa0679901ebf1d35d673b9967e48df9f 100644
--- a/chrome/browser/password_manager/password_store_mac.cc
+++ b/chrome/browser/password_manager/password_store_mac.cc
@@ -1207,10 +1207,9 @@ bool PasswordStoreMac::RemoveStatisticsCreatedBetweenImpl(
}
ScopedVector<autofill::PasswordForm> PasswordStoreMac::FillMatchingLogins(
- const autofill::PasswordForm& form,
- AuthorizationPromptPolicy prompt_policy) {
+ const autofill::PasswordForm& form) {
chrome::ScopedSecKeychainSetUserInteractionAllowed user_interaction_allowed(
- prompt_policy == ALLOW_PROMPT);
+ false);
ScopedVector<PasswordForm> database_forms;
if (!login_metadata_db_ ||
« no previous file with comments | « chrome/browser/password_manager/password_store_mac.h ('k') | chrome/browser/password_manager/password_store_mac_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698