|
[Sync] Cleanup datatype configuration error handling.
The FailedDataTypeHandler is now informed immediately of failures, including
datatype errors, and is therefore authoritative source for all errors. As such,
partial success is no longer tracked and the various ModelTypeSets for error
types in configure results are removed.
BUG= 368834
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288464
Total comments: 8
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+401 lines, -496 lines) |
Patch |
 |
M |
chrome/browser/sync/backend_migrator.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/backend_migrator_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/frontend_data_type_controller.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/frontend_data_type_controller.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/frontend_data_type_controller_mock.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/non_frontend_data_type_controller.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/non_frontend_data_type_controller.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/non_frontend_data_type_controller_mock.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/profile_sync_service_startup_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+26 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_controller.h
|
View
|
1
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_controller.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_controller_mock.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_manager.h
|
View
|
1
|
2 chunks |
+2 lines, -21 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -20 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_manager_impl.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_manager_impl.cc
|
View
|
1
2
3
4
5
6
|
8 chunks |
+40 lines, -72 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/data_type_manager_impl_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+39 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/failed_data_types_handler.h
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/failed_data_types_handler.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+21 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_data_type_controller.h
|
View
|
1
2
3
|
2 chunks |
+8 lines, -13 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/fake_data_type_controller.cc
|
View
|
1
2
3
|
7 chunks |
+27 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/model_association_manager.h
|
View
|
1
2
|
4 chunks |
+4 lines, -19 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/model_association_manager.cc
|
View
|
1
2
3
4
|
12 chunks |
+63 lines, -110 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/model_association_manager_unittest.cc
|
View
|
1
|
11 chunks |
+53 lines, -100 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/non_ui_data_type_controller.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/non_ui_data_type_controller.cc
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+22 lines, -19 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/non_ui_data_type_controller_mock.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/non_ui_data_type_controller_unittest.cc
|
View
|
1
|
5 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/ui_data_type_controller.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/ui_data_type_controller.cc
|
View
|
1
|
6 chunks |
+17 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/sync_driver/ui_data_type_controller_unittest.cc
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sync/api/sync_error.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 23 (0 generated)
|