summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/profile_sync_factory_impl.h
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/sync/profile_sync_factory_impl.h
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/sync/profile_sync_factory_impl.h')
-rw-r--r--chrome/browser/sync/profile_sync_factory_impl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/sync/profile_sync_factory_impl.h b/chrome/browser/sync/profile_sync_factory_impl.h
index 2015a40..eb93f1c 100644
--- a/chrome/browser/sync/profile_sync_factory_impl.h
+++ b/chrome/browser/sync/profile_sync_factory_impl.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -23,8 +23,6 @@ class ProfileSyncFactoryImpl : public ProfileSyncFactory {
virtual ProfileSyncService* CreateProfileSyncService(
const std::string& cros_user);
- virtual void RegisterDataTypes(ProfileSyncService* pss);
-
virtual browser_sync::DataTypeManager* CreateDataTypeManager(
browser_sync::SyncBackendHost* backend,
const browser_sync::DataTypeController::TypeMap& controllers);