| 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 57058fbbbc1d6e9fb1cabfc28ec0b88e5df7bcd9..797251c04050404154ac800d2e63f074cc7a65ea 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -419,6 +419,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 OnLocalSetCustomPassphrase(
|
| + const syncer::SyncEncryptionHandler::NigoriState& nigori_state) override;
|
|
|
| // DataTypeManagerObserver implementation.
|
| void OnConfigureDone(
|
|
|