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

Unified Diff: chrome/browser/sync/test/integration/passwords_helper.h

Issue 267743003: Refactor password sync integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove disable tests Created 6 years, 7 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.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);

Powered by Google App Engine
This is Rietveld 408576698