| Index: components/sync/engine/sync_engine.h
|
| diff --git a/components/sync/engine/sync_engine.h b/components/sync/engine/sync_engine.h
|
| index 55cd760c2e62528d888e99c7a239d6b8690dbd17..af4e53d0b489030cbc8407018440605349b3022b 100644
|
| --- a/components/sync/engine/sync_engine.h
|
| +++ b/components/sync/engine/sync_engine.h
|
| @@ -95,11 +95,6 @@
|
| // Updates the engine's SyncCredentials.
|
| virtual void UpdateCredentials(const SyncCredentials& credentials) = 0;
|
|
|
| - // Switches sync engine into configuration mode. In this mode only initial
|
| - // data for newly enabled types is downloaded from server. No local changes
|
| - // are committed to server.
|
| - virtual void StartConfiguration() = 0;
|
| -
|
| // This starts the sync engine running a Syncer object to communicate with
|
| // sync servers. Until this is called, no changes will leave or enter this
|
| // browser from the cloud / sync servers.
|
|
|