| 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 87836f27758d3573346c7505f3d92c60121a22e0..5eebb3dea249f3d1ba3b7c935792f93da6b21382 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -523,7 +523,8 @@ void ProfileSyncService::InitializeBackend(bool delete_stale_data) {
|
| credentials,
|
| delete_stale_data,
|
| scoped_ptr<syncer::SyncManagerFactory>(
|
| - new syncer::SyncManagerFactory).Pass(),
|
| + new syncer::SyncManagerFactory(
|
| + syncer::SyncManagerFactory::NORMAL)).Pass(),
|
| backend_unrecoverable_error_handler.Pass(),
|
| &browser_sync::ChromeReportUnrecoverableError,
|
| network_resources_.get());
|
|
|