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

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

Issue 474273003: sync: Refactor bookmarks integration tests Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use RunLoop for favicon wait Created 6 years, 4 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/sync_test.h
diff --git a/chrome/browser/sync/test/integration/sync_test.h b/chrome/browser/sync/test/integration/sync_test.h
index 4dc31827e214c9e194227ad4240e2219d1087fc5..189abe44d1636a6e49f78adf7e4dd15bd5b58833 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -242,9 +242,6 @@ class SyncTest : public InProcessBrowserTest {
void TriggerSyncError(const syncer::SyncProtocolError& error,
SyncErrorFrequency frequency);
- // Triggers the creation the Synced Bookmarks folder on the server.
- void TriggerCreateSyncedBookmarks();
-
// Returns the FakeServer being used for the test or NULL if FakeServer is
// not being used.
fake_server::FakeServer* GetFakeServer() const;
« no previous file with comments | « chrome/browser/sync/test/integration/status_change_checker.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698