| Index: chrome/browser/sync/glue/sync_backend_host_core.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_core.h b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| index 4e876636a10a1a0de23163676a9f1619a0d70d2a..2bda0febba4870df6fc9e164d452f8998046e2ac 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| @@ -115,6 +115,8 @@ class SyncBackendHostCore
|
| syncer::Cryptographer* cryptographer) override;
|
| void OnPassphraseTypeChanged(syncer::PassphraseType type,
|
| base::Time passphrase_time) override;
|
| + void OnLocalSetCustomPassphrase(
|
| + const syncer::SyncEncryptionHandler::NigoriState& nigori_state) override;
|
|
|
| // TypeDebugInfoObserver implementation
|
| void OnCommitCountersUpdated(syncer::ModelType type,
|
|
|