| Index: chrome/browser/sync/test/integration/passwords_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/passwords_helper.h b/chrome/browser/sync/test/integration/passwords_helper.h
|
| index b21fd533dd7dd2a98b1756560fdfaff98095af11..2ce1f7ddd3f895dbe13e28b1819028d94fad9ad6 100644
|
| --- a/chrome/browser/sync/test/integration/passwords_helper.h
|
| +++ b/chrome/browser/sync/test/integration/passwords_helper.h
|
| @@ -79,6 +79,10 @@ bool AllProfilesContainSamePasswordForms();
|
| // it doesn't time out.
|
| bool AwaitAllProfilesContainSamePasswordForms();
|
|
|
| +// Returns true if specified profile contains the same password forms as the
|
| +// verifier and it doesn't time out.
|
| +bool AwaitProfileContainsSamePasswordFormsAsVerifier(int index);
|
| +
|
| // Returns the number of forms in the password store of the profile with index
|
| // |index|.
|
| int GetPasswordCount(int index);
|
|
|