| Index: chrome/browser/sync/glue/sync_backend_host_impl.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.h b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| index 57d99ece4d6c96e4b257bc22b7967ee9af4d9981..e1a8e2f82f7f56b250490f8f8d01af0c8560c7f0 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -279,6 +279,9 @@ class SyncBackendHostImpl
|
| syncer::PassphraseType type,
|
| base::Time explicit_passphrase_time);
|
|
|
| + void HandleLocalSetPassphraseEncryptionOnFrontendLoop(
|
| + const syncer::SyncEncryptionHandler::NigoriState& nigori_state);
|
| +
|
| void HandleStopSyncingPermanentlyOnFrontendLoop();
|
|
|
| // Dispatched to from OnConnectionStatusChange to handle updating
|
| @@ -361,4 +364,3 @@ class SyncBackendHostImpl
|
| } // namespace browser_sync
|
|
|
| #endif // CHROME_BROWSER_SYNC_GLUE_SYNC_BACKEND_HOST_IMPL_H_
|
| -
|
|
|