summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles
diff options
context:
space:
mode:
authorzea@chromium.org <zea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 19:26:44 +0000
committerzea@chromium.org <zea@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-19 19:26:44 +0000
commit997aaec37d6e6197688b5a6d1541b7ace4c9f38b (patch)
treec4940eff9f4b8115b288b4971f6b468bc4d3ba6c /chrome/browser/profiles
parent88678cc8a0fb86aeaa72cf8a0d96b2caab066f55 (diff)
downloadchromium_src-997aaec37d6e6197688b5a6d1541b7ace4c9f38b.zip
chromium_src-997aaec37d6e6197688b5a6d1541b7ace4c9f38b.tar.gz
chromium_src-997aaec37d6e6197688b5a6d1541b7ace4c9f38b.tar.bz2
Revert 82120 - Reland r81454 (sync non-frontend datatype controllers) with longer timeouts.Original codereview: http://codereview.chromium.org/6811003BUG=77964TEST=unitCommitted: http://src.chromium.org/viewvc/chrome?view=rev&revision=82028Review URL: http://codereview.chromium.org/6869016
TBR=zea@chromium.org Review URL: http://codereview.chromium.org/6873084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82141 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r--chrome/browser/profiles/profile_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 342cf1e..6777496 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -1385,7 +1385,6 @@ void ProfileImpl::InitSyncService(const std::string& cros_user) {
new ProfileSyncFactoryImpl(this, CommandLine::ForCurrentProcess()));
sync_service_.reset(
profile_sync_factory_->CreateProfileSyncService(cros_user));
- profile_sync_factory_->RegisterDataTypes(sync_service_.get());
sync_service_->Initialize();
}