[SyncFS] Refactor SyncWorker interface
commit147cbb9a8e4ea7259d5405c9b37bbd50d3b3a062
authortzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Jul 2014 14:22:08 +0000 (24 14:22 +0000)
committertzik@chromium.org <tzik@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Jul 2014 14:22:08 +0000 (24 14:22 +0000)
tree78f5cd69e4c7a4ace0a12ccb311264a21af27231
parent7894de87addffe7c54f693696e3a1fcc46246f73
[SyncFS] Refactor SyncWorker interface

This CL moves notification handling from SyncWorker to SyncEngine for further refactoring.

BUG=396388

Review URL: https://codereview.chromium.org/411923002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285248 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/sync_file_system/drive_backend/fake_sync_worker.cc
chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
chrome/browser/sync_file_system/drive_backend/sync_engine.cc
chrome/browser/sync_file_system/drive_backend/sync_engine.h
chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc
chrome/browser/sync_file_system/drive_backend/sync_worker.cc
chrome/browser/sync_file_system/drive_backend/sync_worker.h
chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc