| Index: sync/internal_api/sync_manager_impl.cc
|
| diff --git a/sync/internal_api/sync_manager_impl.cc b/sync/internal_api/sync_manager_impl.cc
|
| index 0f807bc15a22587909983a1198360fb55a94c357..fcccff64fc516242efb52a7e1492b38b824c1e54 100644
|
| --- a/sync/internal_api/sync_manager_impl.cc
|
| +++ b/sync/internal_api/sync_manager_impl.cc
|
| @@ -1366,16 +1366,6 @@ bool SyncManagerImpl::ReceivedExperiment(Experiments* experiments) {
|
| found_experiment = true;
|
| }
|
|
|
| - ReadNode full_history_sync_node(&trans);
|
| - if (full_history_sync_node.InitByClientTagLookup(
|
| - syncer::EXPERIMENTS,
|
| - syncer::kFullHistorySyncTag) == BaseNode::INIT_OK &&
|
| - full_history_sync_node.GetExperimentsSpecifics().
|
| - history_delete_directives().enabled()) {
|
| - experiments->full_history_sync = true;
|
| - found_experiment = true;
|
| - }
|
| -
|
| ReadNode favicon_sync_node(&trans);
|
| if (favicon_sync_node.InitByClientTagLookup(
|
| syncer::EXPERIMENTS,
|
|
|