|
Remove broken variables from sync's AllStatus
* syncer_stuck: This value would get set if we failed to make progress
in resolving conflict sets. The conflict set processing code is never
executed (crbug.com/107816). I suspect there were other problems with
this status indicator, but this alone is enough to justify its removal.
* server_broken: Because the number of commits was never greater than
25, there's no way we could see >100 commits bounce because of a
transient error in a single sync cycle. This value is always false.
* disk_full: Never set. Always false.
* CONFLICT status summary value: It depends on syncer_stuck.
* HandleAuthWatcherEvent(): This method was undefined.
This is not the full set of AllStatus fixes. There are some other
status indicators that should be removed, but I wanted to limit the
scope of this commit to removing broken indicators. Mostly useless but
still functional indicators will be removed in future commits.
BUG= 98346, 105739
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118499
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+13 lines, -106 lines) |
Patch |
 |
M |
chrome/browser/sync/engine/all_status.h
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/all_status.cc
|
View
|
|
3 chunks |
+2 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_proto_util.h
|
View
|
1
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/engine/syncer_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/internal_api/debug_info_event_listener.cc
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/internal_api/sync_manager.h
|
View
|
1
|
4 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/internal_api/sync_manager.cc
|
View
|
1
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/protocol/client_debug_info.proto
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/session_state.h
|
View
|
1
|
2 chunks |
+2 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/session_state.cc
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/session_state_unittest.cc
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/status_controller.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/status_controller.cc
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sessions/status_controller_unittest.cc
|
View
|
1
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/sync_ui_util.cc
|
View
|
|
3 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|