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

Unified Diff: chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc

Issue 7861013: Fix the false-positive detection of commit errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another attempt at detecting errors Created 9 years, 2 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/single_client_typed_urls_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
index a48b32f330ec9fb708c1631d68dc3b0833e687e1..94d70a237711e8104c05618150f127a9c53321b4 100644
--- a/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc
@@ -37,7 +37,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientTypedUrlsSyncTest, Sanity) {
ASSERT_EQ(new_url, urls[0].url());
AssertAllProfilesHaveSameURLsAsVerifier();
- ASSERT_TRUE(GetClient(0)->AwaitSyncCycleCompletion(
+ ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion(
"Waiting for typed url change."));
// Verify client did not change.
@@ -59,7 +59,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientTypedUrlsSyncTest, TwoVisits) {
ASSERT_EQ(new_url, urls[0].url());
AssertAllProfilesHaveSameURLsAsVerifier();
- ASSERT_TRUE(GetClient(0)->AwaitSyncCycleCompletion(
+ ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion(
"Waiting for typed url change."));
// Verify client did not change.

Powered by Google App Engine
This is Rietveld 408576698