|
[Sync] Add plumbing of context from client to server
The datatype context is now written into the directory and plumbed up to the
server on every GetUpdates or Commit request. GetUpdatesResponses also now
overwrite the context if the version returned is the same or higher.
BUG= 345420
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261873
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+169 lines, -38 lines) |
Patch |
 |
M |
chrome/browser/sync/glue/generic_change_processor.cc
|
View
|
1
2
|
2 chunks |
+14 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/engine/directory_commit_contribution.h
|
View
|
1
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/engine/directory_commit_contribution.cc
|
View
|
1
|
3 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
sync/engine/directory_update_handler.h
|
View
|
1
|
1 chunk |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
M |
sync/engine/directory_update_handler.cc
|
View
|
1
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/directory_update_handler_unittest.cc
|
View
|
1
|
3 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/engine/get_updates_processor.cc
|
View
|
1
|
5 chunks |
+41 lines, -6 lines |
0 comments
|
Download
|
 |
M |
sync/engine/get_updates_processor_unittest.cc
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/non_blocking_type_processor_core.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/engine/non_blocking_type_processor_core.cc
|
View
|
1
|
3 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/engine/update_handler.h
|
View
|
1
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/write_transaction.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/write_transaction.cc
|
View
|
1
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/test/engine/mock_update_handler.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/test/engine/mock_update_handler.cc
|
View
|
1
|
1 chunk |
+9 lines, -3 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|