| 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 dbac6a5a9921a60f2a8a02910ac7ff4e51b56e9b..38606c7369398a6ced67e8ab32975e82400f7412 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -420,6 +420,8 @@ class ProfileSyncService : public sync_driver::SyncService,
|
| void OnMigrationNeededForTypes(syncer::ModelTypeSet types) override;
|
| void OnExperimentsChanged(const syncer::Experiments& experiments) override;
|
| void OnActionableError(const syncer::SyncProtocolError& error) override;
|
| + void OnLocalSetPassphraseEncryption(
|
| + const syncer::SyncEncryptionHandler::NigoriState& nigori_state) override;
|
|
|
| // DataTypeManagerObserver implementation.
|
| void OnConfigureDone(
|
|
|