Chromium Code Reviews| Index: chrome/browser/sync/profile_sync_service.cc |
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
| index c1fb35e8c86b152091bfd4cd3966699772799926..17789240e6a54855c98148e70bf8c1d1ad0618fd 100644 |
| --- a/chrome/browser/sync/profile_sync_service.cc |
| +++ b/chrome/browser/sync/profile_sync_service.cc |
| @@ -1412,6 +1412,11 @@ void ProfileSyncService::OnActionableError(const SyncProtocolError& error) { |
| } |
| } |
| +void ProfileSyncService::OnLocalSetCustomPassphrase( |
| + const syncer::SyncEncryptionHandler::NigoriState& nigori_state) { |
| + DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
|
Nicolas Zea
2015/06/11 17:43:07
nit: Add a comment with a TODO here and mention th
maniscalco
2015/06/15 16:49:18
Done.
|
| +} |
| + |
| void ProfileSyncService::OnConfigureDone( |
| const DataTypeManager::ConfigureResult& result) { |
| configure_status_ = result.status; |