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

Unified Diff: chrome/browser/sync/test/integration/passwords_helper.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
« no previous file with comments | « chrome/browser/password_manager/test_password_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/integration/passwords_helper.cc
diff --git a/chrome/browser/sync/test/integration/passwords_helper.cc b/chrome/browser/sync/test/integration/passwords_helper.cc
index 335d566888dadf6e683e3c750c64e41bfb0d0d56..ccab9ef756911c9d177528a60292c5f133783063 100644
--- a/chrome/browser/sync/test/integration/passwords_helper.cc
+++ b/chrome/browser/sync/test/integration/passwords_helper.cc
@@ -93,7 +93,7 @@ void GetLogins(PasswordStore* store, std::vector<PasswordForm>& matches) {
PasswordForm matcher_form;
matcher_form.signon_realm = kFakeSignonRealm;
PasswordStoreConsumerHelper consumer(&matches);
- store->GetLogins(matcher_form, &consumer);
+ store->GetLogins(matcher_form, PasswordStore::DISALLOW_PROMPT, &consumer);
content::RunMessageLoop();
}
« no previous file with comments | « chrome/browser/password_manager/test_password_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698