| 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 d1fca6ec6308514ba8d184d64a578dcbd8800d59..c41a1ea6c0345b18ddf255c7ad21dba495b9b73e 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.h
|
| @@ -202,6 +202,9 @@ class SyncBackendHostImpl
|
| void HandleActionableErrorEventOnFrontendLoop(
|
| const syncer::SyncProtocolError& sync_error);
|
|
|
| + // Handle a migration request.
|
| + void HandleMigrationRequestedOnFrontendLoop(const syncer::ModelTypeSet types);
|
| +
|
| // Checks if |passphrase| can be used to decrypt the cryptographer's pending
|
| // keys that were cached during NotifyPassphraseRequired. Returns true if
|
| // decryption was successful. Returns false otherwise. Must be called with a
|
|
|