| Index: chrome/browser/sync/test/integration/passwords_helper.cc
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/passwords_helper.cc (revision 241838)
|
| +++ chrome/browser/sync/test/integration/passwords_helper.cc (working copy)
|
| @@ -93,7 +93,7 @@
|
| 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();
|
| }
|
|
|
|
|