summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/live_sync/live_bookmarks_sync_test.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/chrome/test/live_sync/live_bookmarks_sync_test.h b/chrome/test/live_sync/live_bookmarks_sync_test.h
index 7d52ab5..f8f0cc9 100644
--- a/chrome/test/live_sync/live_bookmarks_sync_test.h
+++ b/chrome/test/live_sync/live_bookmarks_sync_test.h
@@ -37,16 +37,6 @@ class LiveBookmarksSyncTest : public LiveSyncTest {
return (verifier_helper_.get() != NULL);
}
- // Sets up sync profiles and clients, syncs each of them, and initializes the
- // verifier bookmark model.
- virtual bool SetupSync() {
- if (!LiveSyncTest::SetupSync())
- return false;
- verifier_helper_.reset(BookmarkModelVerifier::Create(
- GetVerifierBookmarkModel()));
- return (verifier_helper_.get() != NULL);
- }
-
// Used to access the bookmarks within a particular sync profile.
BookmarkModel* GetBookmarkModel(int index) {
return GetProfile(index)->GetBookmarkModel();