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

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

Issue 106053008: [Mac] Passwords: Don't always prompt to access passwords saved by other browsers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix yet another compile failure. Created 7 years 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/test_password_store.cc
diff --git a/chrome/browser/password_manager/test_password_store.cc b/chrome/browser/password_manager/test_password_store.cc
index c6cbe8b13cf8aed088d374339e704c69f766cee7..5f8744f0cc829c48746492fa2016ed800f7236ef 100644
--- a/chrome/browser/password_manager/test_password_store.cc
+++ b/chrome/browser/password_manager/test_password_store.cc
@@ -70,6 +70,7 @@ void TestPasswordStore::RemoveLoginImpl(const autofill::PasswordForm& form) {
void TestPasswordStore::GetLoginsImpl(
const autofill::PasswordForm& form,
+ PasswordStore::AuthorizationPromptPolicy prompt_policy,
const PasswordStore::ConsumerCallbackRunner& runner) {
std::vector<autofill::PasswordForm*> matched_forms;
std::vector<autofill::PasswordForm> forms =
« no previous file with comments | « chrome/browser/password_manager/test_password_store.h ('k') | chrome/browser/sync/test/integration/passwords_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698