| Index: components/sync_driver/sync_prefs.cc
|
| diff --git a/components/sync_driver/sync_prefs.cc b/components/sync_driver/sync_prefs.cc
|
| index c1c228acf077b7327b1782a7cd20bae1de86cddc..4f1b27fe5cfb5842436537996950617e80e0fb56 100644
|
| --- a/components/sync_driver/sync_prefs.cc
|
| +++ b/components/sync_driver/sync_prefs.cc
|
| @@ -72,17 +72,6 @@ void SyncPrefs::RegisterProfilePrefs(
|
| user_types.Remove(syncer::BOOKMARKS);
|
| user_types.Remove(syncer::DEVICE_INFO);
|
|
|
| - // These two prefs are set from sync experiment to enable enhanced bookmarks.
|
| - registry->RegisterIntegerPref(
|
| - prefs::kEnhancedBookmarksExperimentEnabled,
|
| - 0,
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| -
|
| - registry->RegisterStringPref(
|
| - prefs::kEnhancedBookmarksExtensionId,
|
| - std::string(),
|
| - user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| -
|
| // All types are set to off by default, which forces a configuration to
|
| // explicitly enable them. GetPreferredTypes() will ensure that any new
|
| // implicit types are enabled when their pref group is, or via
|
|
|