| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 3b37103e56a87c39c5efd842a377b2833eeaca95..549672148c0eaab90fa99ed889c7e36e1a2ae517 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -563,6 +563,10 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| // Called from Initialize() and UnsuppressAndStart().
|
| void TryStart();
|
|
|
| + // Puts the backend's sync scheduler into NORMAL mode.
|
| + // Called when configuration is complete.
|
| + void StartSyncingWithServer();
|
| +
|
| // Called when we've determined that we don't need a passphrase (either
|
| // because OnPassphraseAccepted() was called, or because we've gotten a
|
| // OnPassphraseRequired() but no data types are enabled).
|
|
|