diff options
author | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 21:40:13 +0000 |
---|---|---|
committer | rlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-28 21:40:13 +0000 |
commit | 2ac7a56c9e98ccb061b557e2b0365ce60457062d (patch) | |
tree | cb5b2be26c20357099e877d5258a15321a61e6ef /sync/sync_tests.gypi | |
parent | 06b242db0d9ca51e5699fbed24f9cb4858368080 (diff) | |
download | chromium_src-2ac7a56c9e98ccb061b557e2b0365ce60457062d.zip chromium_src-2ac7a56c9e98ccb061b557e2b0365ce60457062d.tar.gz chromium_src-2ac7a56c9e98ccb061b557e2b0365ce60457062d.tar.bz2 |
sync: Move download logic into GetUpdatesProcessor
Moves more of the logic to build and process GetUpdates messages into
the GetUpdatesProcessor. When refactoring the sync engine, some
functions ended up being left orphaned in download.h. This CL gets them
back into a class.
This change should make the download updates logic a bit clearer, since
the most of the update request building, sending, and processing logic
will now live entirely in GetUpdatesProcessor and its helper class,
GetUpdatesDelegate.
BUG=278484
Review URL: https://codereview.chromium.org/174063003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r-- | sync/sync_tests.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi index e379107..634a741 100644 --- a/sync/sync_tests.gypi +++ b/sync/sync_tests.gypi @@ -274,9 +274,9 @@ 'internal_api/public/util/weak_handle_unittest.cc', 'engine/apply_control_data_updates_unittest.cc', 'engine/backoff_delay_provider_unittest.cc', - 'engine/download_unittest.cc', 'engine/directory_commit_contribution_unittest.cc', 'engine/directory_update_handler_unittest.cc', + 'engine/get_updates_processor_unittest.cc', 'engine/sync_scheduler_unittest.cc', 'engine/syncer_proto_util_unittest.cc', 'engine/syncer_unittest.cc', |