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

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

Issue 2753753005: [sync] WebContentsObserver based sessions notifications (Closed)
Patch Set: use base:MakeUnique, alphabetize Created 3 years, 9 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/two_client_sessions_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc b/chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc
index 9ad194b0a1531920fc0eb27118cc25397bce78fd..06c5519e0c528da148420643ccb9bc407b08f480 100644
--- a/chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc
+++ b/chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc
@@ -212,7 +212,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientSessionsSyncTest, MultipleWindowsMultipleTabs) {
// Add a second browser for profile 0. This browser ends up in index 2.
AddBrowser(0);
EXPECT_TRUE(OpenTab(2, GURL(kURL3)));
- EXPECT_TRUE(OpenTabAtIndex(2, 2, GURL(kURL4)));
+ EXPECT_TRUE(OpenTabAtIndex(2, 1, GURL(kURL4)));
WaitForForeignSessionsToSync(0, 1);
}

Powered by Google App Engine
This is Rietveld 408576698