| 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 14312e58e9aa3bfc0bb48bf6130569684a01f269..78088978b710e8d3e8b46a82244a5e0cd0eb8e5d 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -984,12 +984,6 @@ void ProfileSyncService::OnExperimentsChanged(
|
| true);
|
| }
|
|
|
| - if (experiments.full_history_sync) {
|
| - about_flags::SetExperimentEnabled(g_browser_process->local_state(),
|
| - syncer::kFullHistorySyncFlag,
|
| - true);
|
| - }
|
| -
|
| if (experiments.favicon_sync) {
|
| about_flags::SetExperimentEnabled(g_browser_process->local_state(),
|
| syncer::kFaviconSyncFlag,
|
|
|