|
Split up SyncEngineEventListener callbacks
Splits up the SyncEngineEventListener calls into one callback per event
type. This allow us to trim the 'event' objects so they only contain
elements relevant to their event.
Also removes some dead code related to STOP_SYNCING_PERMANENTLY, which
is no longer in use. It may have been used for birthday errors in the
past, but those are now handled with ActionableError. It was used for
CLEAR_USER_DATA, but that feature is no longer supported.
BUG= 339984
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250384
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+192 lines, -222 lines) |
Patch |
 |
M |
sync/engine/all_status.h
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
sync/engine/all_status.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+26 lines, -23 lines |
0 comments
|
Download
|
 |
A |
sync/engine/sync_cycle_event.h
|
View
|
1
2
3
4
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
sync/engine/sync_cycle_event.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/engine/sync_engine_event.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
sync/engine/sync_engine_event.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
 |
A |
sync/engine/sync_engine_event_listener.h
|
View
|
1
2
3
4
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
sync/engine/sync_engine_event_listener.cc
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/engine/sync_scheduler_impl.h
|
View
|
1
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
sync/engine/sync_scheduler_impl.cc
|
View
|
1
|
3 chunks |
+18 lines, -27 lines |
0 comments
|
Download
|
 |
M |
sync/engine/syncer.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/engine/syncer_proto_util.cc
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
sync/engine/syncer_proto_util_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sync/engine/syncer_unittest.cc
|
View
|
1
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/public/sessions/model_neutral_state.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/internal_api/sync_manager_impl.cc
|
View
|
|
3 chunks |
+11 lines, -15 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/status_controller.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
sync/sessions/status_controller.cc
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/sync_session.h
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/sync_session.cc
|
View
|
|
1 chunk |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
sync/sessions/sync_session_context.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/sync_core.gypi
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/test/engine/fake_sync_scheduler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sync/test/engine/fake_sync_scheduler.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|