| 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);
|
|
|
|
|