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

Unified Diff: chrome/browser/sync/test/integration/passwords_helper.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/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 e24fef4a6ebe320f697902789d1ed68ebe989270..3c18c9c7a87fe58fabf6f46fef6093bc2c690545 100644
--- a/chrome/browser/sync/test/integration/passwords_helper.cc
+++ b/chrome/browser/sync/test/integration/passwords_helper.cc
@@ -94,7 +94,7 @@ ScopedVector<PasswordForm> GetLogins(PasswordStore* store) {
PasswordForm matcher_form;
matcher_form.signon_realm = kFakeSignonRealm;
PasswordStoreConsumerHelper consumer;
- store->GetLogins(matcher_form, PasswordStore::DISALLOW_PROMPT, &consumer);
+ store->GetLogins(matcher_form, &consumer);
content::RunMessageLoop();
return consumer.result();
}

Powered by Google App Engine
This is Rietveld 408576698