|
|
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
Total comments: 6
Total comments: 1
|
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
|
Total messages: 8 (0 generated)
|