Chromium Code Reviews| 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..cc13690dfcd54ee34a444a20cd05c6e290a3e030 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); |
| + // Setup and clear server data |
|
skym
2017/03/07 18:38:23
Comment should end with a . to be consistent with
wylieb
2017/03/07 19:52:23
Done.
|
| + void ClearServerData(ProfileSyncServiceHarness* harness); |
| + |
| // Python sync test server, started on demand. |
| syncer::LocalSyncTestServer sync_server_; |