|
|
sync: Remove UpdateProgress and related code
Following the merge of the process updates and verify updates step,
there is no longer any need for the UpdateProgress class. Its only use
outside of tests was to pass data between the verify and update steps
during a sync cycle.
The class had some use in tests, but most of the assertions based on it
were somewhat redundant. They can be replaced by assertions on similar,
but non-ModelSafe, counts.
BUG= 156238
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162576
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+70 lines, -381 lines) |
Patch |
 |
M |
sync/engine/apply_updates_command.cc
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sync/engine/apply_updates_command_unittest.cc
|
View
|
1
|
12 chunks |
+52 lines, -106 lines |
0 comments
|
Download
|
 |
M |
sync/engine/process_updates_command.cc
|
View
|
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sync/engine/update_applicator.h
|
View
|
|
3 chunks |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
M |
sync/engine/update_applicator.cc
|
View
|
|
5 chunks |
+5 lines, -64 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/session_state.h
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/session_state.cc
|
View
|
|
1 chunk |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/status_controller.h
|
View
|
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/status_controller.cc
|
View
|
|
3 chunks |
+5 lines, -32 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/status_controller_unittest.cc
|
View
|
|
2 chunks |
+5 lines, -23 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|