summaryrefslogtreecommitdiffstats
path: root/sync/sessions/status_controller.h
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 23:47:37 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-12 23:47:37 +0000
commitb99f548508aa6ae45b0f215cf2f8c8679c7d7cdd (patch)
tree4053c5a4da94b3d6f6366c39fae4277be806a72f /sync/sessions/status_controller.h
parentcc25dd0cd7c0a18d6abe7f0dcf0f4b31e45cd3fb (diff)
downloadchromium_src-b99f548508aa6ae45b0f215cf2f8c8679c7d7cdd.zip
chromium_src-b99f548508aa6ae45b0f215cf2f8c8679c7d7cdd.tar.gz
chromium_src-b99f548508aa6ae45b0f215cf2f8c8679c7d7cdd.tar.bz2
sync: Move migration signal out of snapshot
A sync data migration request is signalled by the server during a normal GetUpdates or Commit request. The signal is then forwarded to the UI thread, which actually performs the migration. Traditionally, the signal has been sent through the SyncSessionSnapshot, which is delivered to the UI thread at the end of the current sync cycle. This CL introduces new code to pass the signal through the SyncSession::Delegate and SyncManagerObserverInterfaces. This CL should not change the syncer's behavior. BUG=339984 Review URL: https://codereview.chromium.org/158953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250849 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sessions/status_controller.h')
-rw-r--r--sync/sessions/status_controller.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
index e1bf8a9..51fa3ce 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: