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

Issue 7719011: Move some files from sync/engine to internal_api (Closed)

Created:
9 years, 4 months ago by rlarocque
Modified:
9 years, 3 months ago
CC:
chromium-reviews, ncarter (slow), idana, Raghu Simha, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., akalin, lipalani1
Visibility:
Public.

Description

Move some files from sync/engine to internal_api This change moves the following files from sync/engine to sync/internal_api: - change_reorder_buffer.{cc,h} - configure_reason.h - http_post_provider_interface.h - http_post_provider_factory.h - syncapi_server_connection_manager.{cc,h} As part of the change, the SyncScheduler::ScheduleConfig function was modified to take a sync_pb::GetupdatesCallerInfo::GetUpdatesSource parameter instead of a syncapi::ConfigureReason. The remaining changes were mainly updates to include directives and DEPS files. BUG=93816 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99000

Patch Set 1 #

Total comments: 6

Patch Set 2 : Respond to Tim's comments #

Total comments: 1

Patch Set 3 : Refresh the diff and remove unintended change #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -732 lines) Patch
M chrome/browser/sync/backend_migrator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/sync/engine/change_reorder_buffer.h View 1 chunk +0 lines, -123 lines 0 comments Download
D chrome/browser/sync/engine/change_reorder_buffer.cc View 1 chunk +0 lines, -220 lines 0 comments Download
D chrome/browser/sync/engine/configure_reason.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/browser/sync/engine/http_post_provider_factory.h View 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/browser/sync/engine/http_post_provider_interface.h View 1 chunk +0 lines, -66 lines 0 comments Download
D chrome/browser/sync/engine/net/syncapi_server_connection_manager.h View 1 chunk +0 lines, -68 lines 0 comments Download
D chrome/browser/sync/engine/net/syncapi_server_connection_manager.cc View 1 chunk +0 lines, -104 lines 0 comments Download
M chrome/browser/sync/engine/sync_scheduler.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/sync/engine/sync_scheduler.cc View 1 4 chunks +18 lines, -22 lines 0 comments Download
M chrome/browser/sync/engine/sync_scheduler_unittest.cc View 9 chunks +9 lines, -10 lines 0 comments Download
M chrome/browser/sync/glue/DEPS View 1 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/data_type_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/data_type_manager_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/http_bridge.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/internal_api/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/browser/sync/internal_api/change_reorder_buffer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/internal_api/change_reorder_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/sync/internal_api/configure_reason.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/internal_api/http_post_provider_factory.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/internal_api/http_post_provider_interface.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/internal_api/sync_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/internal_api/sync_manager.cc View 1 2 5 chunks +24 lines, -3 lines 0 comments Download
A + chrome/browser/sync/internal_api/syncapi_server_connection_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/sync/internal_api/syncapi_server_connection_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/internal_api/syncapi_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/test/sync/test_http_bridge_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tim (not reviewing)
Please address comments, and then LGTM. It occurred to me just now that backend_api would ...
9 years, 4 months ago (2011-08-24 13:50:23 UTC) #1
rlarocque
Uploaded a new diff to address Tim's comments. http://codereview.chromium.org/7719011/diff/1/chrome/browser/sync/engine/sync_scheduler.h File chrome/browser/sync/engine/sync_scheduler.h (right): http://codereview.chromium.org/7719011/diff/1/chrome/browser/sync/engine/sync_scheduler.h#newcode92 chrome/browser/sync/engine/sync_scheduler.h:92: void ...
9 years, 4 months ago (2011-08-24 17:42:24 UTC) #2
tim (not reviewing)
LGTM
9 years, 4 months ago (2011-08-25 16:00:50 UTC) #3
rlarocque
http://codereview.chromium.org/7719011/diff/3002/chrome/test/live_sync/two_client_bookmarks_sync_test.cc File chrome/test/live_sync/two_client_bookmarks_sync_test.cc (right): http://codereview.chromium.org/7719011/diff/3002/chrome/test/live_sync/two_client_bookmarks_sync_test.cc#newcode641 chrome/test/live_sync/two_client_bookmarks_sync_test.cc:641: sleep(10); Oops. Good thing the try server caught this. ...
9 years, 4 months ago (2011-08-26 22:31:35 UTC) #4
tim (not reviewing)
On 2011/08/26 22:31:35, rlarocque_chromium.org wrote: > http://codereview.chromium.org/7719011/diff/3002/chrome/test/live_sync/two_client_bookmarks_sync_test.cc > File chrome/test/live_sync/two_client_bookmarks_sync_test.cc (right): > > http://codereview.chromium.org/7719011/diff/3002/chrome/test/live_sync/two_client_bookmarks_sync_test.cc#newcode641 > ...
9 years, 3 months ago (2011-08-30 01:06:34 UTC) #5
rlarocque1
I should be able to get it in today. On Mon, Aug 29, 2011 at ...
9 years, 3 months ago (2011-08-30 17:19:00 UTC) #6
commit-bot: I haz the power
Can't process patch for file chrome/browser/sync/internal_api/change_reorder_buffer.h. A +
9 years, 3 months ago (2011-08-30 23:26:20 UTC) #7
commit-bot: I haz the power
9 years, 3 months ago (2011-08-30 23:56:03 UTC) #8
Can't process patch for file
chrome/browser/sync/internal_api/change_reorder_buffer.h.
A +

Powered by Google App Engine
This is Rietveld 408576698