| Index: chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc b/chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc
|
| index 27c6fb3768dc59ca1e0cdc8201e16b2d674c5fea..fc65a52b8d9d23611d57d9cb00b17d82f7b4db09 100644
|
| --- a/chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/many_client_bookmarks_sync_test.cc
|
| @@ -19,8 +19,7 @@ class ManyClientBookmarksSyncTest : public SyncTest {
|
| DISALLOW_COPY_AND_ASSIGN(ManyClientBookmarksSyncTest);
|
| };
|
|
|
| -// TODO(rsimha): Enable once http://crbug.com/69604 is fixed.
|
| -IN_PROC_BROWSER_TEST_F(ManyClientBookmarksSyncTest, DISABLED_Sanity) {
|
| +IN_PROC_BROWSER_TEST_F(ManyClientBookmarksSyncTest, Sanity) {
|
| ASSERT_TRUE(SetupSync()) << "SetupSync() failed.";
|
| ASSERT_TRUE(AddURL(0, L"Google URL", GURL("http://www.google.com/")) != NULL);
|
| ASSERT_TRUE(GetClient(0)->AwaitGroupSyncCycleCompletion(clients()));
|
|
|