| 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 bf94b6b2c3d12124cd68610a511f85565f8ce1a3..a297fd3268bf2a791560d0004ee4bdda0c1aab5d 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.h
|
| +++ b/chrome/browser/sync/test/integration/sync_test.h
|
| @@ -355,6 +355,10 @@ class SyncTest : public InProcessBrowserTest {
|
| // of test being run and command line args passed in.
|
| void DecideServerType();
|
|
|
| + // Sets up the client-side invalidations infrastructure depending on the
|
| + // value of |server_type_|.
|
| + void InitializeInvalidations(int index);
|
| +
|
| // Python sync test server, started on demand.
|
| syncer::LocalSyncTestServer sync_server_;
|
|
|
|
|