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

Unified Diff: sync/sessions/status_controller.cc

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/sessions/status_controller.cc
diff --git a/sync/sessions/status_controller.cc b/sync/sessions/status_controller.cc
index ec7908747288f61875eda9611296858e7326bcfe..666504f34ad8acf7c1ca0848f65afd89b1a3d3b7 100644
--- a/sync/sessions/status_controller.cc
+++ b/sync/sessions/status_controller.cc
@@ -22,10 +22,6 @@ void StatusController::increment_num_updates_downloaded_by(int value) {
model_neutral_.num_updates_downloaded_total += value;
}
-void StatusController::set_types_needing_local_migration(ModelTypeSet types) {
- model_neutral_.types_needing_local_migration = types;
-}
-
void StatusController::increment_num_tombstone_updates_downloaded_by(
int value) {
model_neutral_.num_tombstone_updates_downloaded_total += value;

Powered by Google App Engine
This is Rietveld 408576698