| Index: chrome/browser/sync/engine/syncer_proto_util.cc
|
| diff --git a/chrome/browser/sync/engine/syncer_proto_util.cc b/chrome/browser/sync/engine/syncer_proto_util.cc
|
| index 61f64fad5a9f6272793c20f521563d604aee6d78..d1158964fa73f1f443c132afa6ab3f155cf67b0f 100644
|
| --- a/chrome/browser/sync/engine/syncer_proto_util.cc
|
| +++ b/chrome/browser/sync/engine/syncer_proto_util.cc
|
| @@ -91,6 +91,7 @@ void SyncerProtoUtil::HandleMigrationDoneResponse(
|
| to_migrate.insert(syncable::GetModelTypeFromExtensionFieldNumber(
|
| response->migrated_data_type_id(i)));
|
| }
|
| + // TODO(akalin): This should be a set union.
|
| session->status_controller()->set_types_needing_local_migration(to_migrate);
|
| }
|
|
|
|
|