| 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 818fecd361f33e05cae599675906f49fcea027fd..e36c1cfaa5419998ab180f5c2cd1c1db8d5a2371 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -370,6 +370,9 @@ class SyncTest : public InProcessBrowserTest {
|
| // value of |server_type_|.
|
| void InitializeInvalidations(int index);
|
|
|
| + // Clear server data, and restart sync.
|
| + bool ClearServerData(ProfileSyncServiceHarness* harness);
|
| +
|
| // Python sync test server, started on demand.
|
| syncer::LocalSyncTestServer sync_server_;
|
|
|
|
|