| 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();
|
| }
|
|
|