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

Unified Diff: sync/sessions/status_controller.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/sessions/status_controller.h
diff --git a/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
index e1bf8a9dda9e93264702d80bd1ad8009bdc54307..51fa3cee30bbac11964b9ff679722787c44edde3 100644
--- a/sync/sessions/status_controller.h
+++ b/sync/sessions/status_controller.h
@@ -96,9 +96,6 @@ class SYNC_EXPORT_PRIVATE StatusController {
void set_last_download_updates_result(const SyncerError result);
void set_commit_result(const SyncerError result);
- // A very important flag used to inform frontend of need to migrate.
- void set_types_needing_local_migration(ModelTypeSet types);
-
void UpdateStartTime();
private:

Powered by Google App Engine
This is Rietveld 408576698