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

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

Issue 13197004: Draft: InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Passes tests Created 7 years, 8 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 3fe583fb55d53a946dc9bb03318b2e235393b693..ffb0557b79a7b6a1dca6a5a4ffaf344a0c8cd32d 100644
--- a/chrome/browser/sync/test/integration/sync_test.h
+++ b/chrome/browser/sync/test/integration/sync_test.h
@@ -136,10 +136,6 @@ class SyncTest : public InProcessBrowserTest {
// Initializes sync clients and profiles if required and syncs each of them.
virtual bool SetupSync() WARN_UNUSED_RESULT;
- // Restarts the sync service for the profile at |index|. This is equivalent to
- // closing and reopening all browser windows for the profile.
- virtual void RestartSyncService(int index);
-
// Enable outgoing network connections for the given profile.
virtual void EnableNetwork(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698