Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(376)

Unified Diff: sync/internal_api/public/sessions/model_neutral_state.h

Issue 158953004: sync: Move migration signal out of snapshot (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/internal_api/public/sessions/model_neutral_state.h
diff --git a/sync/internal_api/public/sessions/model_neutral_state.h b/sync/internal_api/public/sessions/model_neutral_state.h
index beafcb94d6eb43e0e66430e9a31ae8a6d418514a..d85d0395753fd478866274616e55d8f874ff4957 100644
--- a/sync/internal_api/public/sessions/model_neutral_state.h
+++ b/sync/internal_api/public/sessions/model_neutral_state.h
@@ -35,10 +35,6 @@ struct SYNC_EXPORT ModelNeutralState {
int num_tombstone_updates_downloaded_total;
int num_reflected_updates_downloaded_total;
- // If the syncer encountered a MIGRATION_DONE code, these are the types that
- // the client must now "migrate", by purging and re-downloading all updates.
- ModelTypeSet types_needing_local_migration;
-
// Update application and conflicts.
int num_updates_applied;
int num_encryption_conflicts;

Powered by Google App Engine
This is Rietveld 408576698