OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #include "components/browser_sync/profile_sync_components_factory_impl.h" | 5 #include "components/browser_sync/profile_sync_components_factory_impl.h" |
6 | 6 |
7 #include <utility> | 7 #include <utility> |
8 | 8 |
9 #include "base/debug/dump_without_crashing.h" | 9 #include "base/debug/dump_without_crashing.h" |
10 #include "base/feature_list.h" | 10 #include "base/feature_list.h" |
11 #include "base/memory/ptr_util.h" | 11 #include "base/memory/ptr_util.h" |
12 #include "base/memory/ref_counted.h" | 12 #include "base/memory/ref_counted.h" |
13 #include "base/threading/thread_task_runner_handle.h" | 13 #include "base/threading/thread_task_runner_handle.h" |
14 #include "build/build_config.h" | 14 #include "build/build_config.h" |
15 #include "components/autofill/core/browser/autofill_wallet_data_type_controller.
h" | 15 #include "components/autofill/core/browser/autofill_wallet_data_type_controller.
h" |
16 #include "components/autofill/core/browser/webdata/autofill_data_type_controller
.h" | 16 #include "components/autofill/core/browser/webdata/autofill_data_type_controller
.h" |
17 #include "components/autofill/core/browser/webdata/autofill_profile_data_type_co
ntroller.h" | 17 #include "components/autofill/core/browser/webdata/autofill_profile_data_type_co
ntroller.h" |
18 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h" | 18 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h" |
19 #include "components/autofill/core/common/autofill_pref_names.h" | 19 #include "components/autofill/core/common/autofill_pref_names.h" |
20 #include "components/autofill/core/common/autofill_switches.h" | 20 #include "components/autofill/core/common/autofill_switches.h" |
21 #include "components/browser_sync/browser_sync_switches.h" | 21 #include "components/browser_sync/browser_sync_switches.h" |
22 #include "components/browser_sync/profile_sync_service.h" | 22 #include "components/browser_sync/profile_sync_service.h" |
23 #include "components/dom_distiller/core/dom_distiller_features.h" | 23 #include "components/dom_distiller/core/dom_distiller_features.h" |
24 #include "components/history/core/browser/history_delete_directives_data_type_co
ntroller.h" | 24 #include "components/history/core/browser/history_delete_directives_data_type_co
ntroller.h" |
25 #include "components/history/core/browser/typed_url_data_type_controller.h" | 25 #include "components/history/core/browser/typed_url_data_type_controller.h" |
26 #include "components/password_manager/core/browser/password_store.h" | 26 #include "components/password_manager/core/browser/password_store.h" |
27 #include "components/password_manager/sync/browser/password_data_type_controller
.h" | 27 #include "components/password_manager/sync/browser/password_data_type_controller
.h" |
28 #include "components/prefs/pref_service.h" | 28 #include "components/prefs/pref_service.h" |
| 29 #include "components/sync/base/report_unrecoverable_error.h" |
29 #include "components/sync/core/attachments/attachment_downloader.h" | 30 #include "components/sync/core/attachments/attachment_downloader.h" |
30 #include "components/sync/core/attachments/attachment_service.h" | 31 #include "components/sync/core/attachments/attachment_service.h" |
31 #include "components/sync/core/attachments/attachment_service_impl.h" | 32 #include "components/sync/core/attachments/attachment_service_impl.h" |
32 #include "components/sync/core/attachments/attachment_uploader_impl.h" | 33 #include "components/sync/core/attachments/attachment_uploader_impl.h" |
33 #include "components/sync/device_info/device_info_data_type_controller.h" | 34 #include "components/sync/device_info/device_info_data_type_controller.h" |
34 #include "components/sync/device_info/local_device_info_provider_impl.h" | 35 #include "components/sync/device_info/local_device_info_provider_impl.h" |
35 #include "components/sync/driver/data_type_manager_impl.h" | 36 #include "components/sync/driver/data_type_manager_impl.h" |
36 #include "components/sync/driver/glue/chrome_report_unrecoverable_error.h" | |
37 #include "components/sync/driver/glue/sync_backend_host.h" | 37 #include "components/sync/driver/glue/sync_backend_host.h" |
38 #include "components/sync/driver/glue/sync_backend_host_impl.h" | 38 #include "components/sync/driver/glue/sync_backend_host_impl.h" |
39 #include "components/sync/driver/model_type_controller.h" | 39 #include "components/sync/driver/model_type_controller.h" |
40 #include "components/sync/driver/proxy_data_type_controller.h" | 40 #include "components/sync/driver/proxy_data_type_controller.h" |
41 #include "components/sync/driver/sync_client.h" | 41 #include "components/sync/driver/sync_client.h" |
42 #include "components/sync/driver/sync_driver_switches.h" | 42 #include "components/sync/driver/sync_driver_switches.h" |
43 #include "components/sync/driver/ui_data_type_controller.h" | 43 #include "components/sync/driver/ui_data_type_controller.h" |
44 #include "components/sync_bookmarks/bookmark_change_processor.h" | 44 #include "components/sync_bookmarks/bookmark_change_processor.h" |
45 #include "components/sync_bookmarks/bookmark_data_type_controller.h" | 45 #include "components/sync_bookmarks/bookmark_data_type_controller.h" |
46 #include "components/sync_bookmarks/bookmark_model_associator.h" | 46 #include "components/sync_bookmarks/bookmark_model_associator.h" |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 if (!register_platform_types_method.is_null()) | 136 if (!register_platform_types_method.is_null()) |
137 register_platform_types_method.Run(sync_service, disabled_types, | 137 register_platform_types_method.Run(sync_service, disabled_types, |
138 enabled_types); | 138 enabled_types); |
139 } | 139 } |
140 | 140 |
141 void ProfileSyncComponentsFactoryImpl::RegisterCommonDataTypes( | 141 void ProfileSyncComponentsFactoryImpl::RegisterCommonDataTypes( |
142 syncer::SyncService* sync_service, | 142 syncer::SyncService* sync_service, |
143 syncer::ModelTypeSet disabled_types, | 143 syncer::ModelTypeSet disabled_types, |
144 syncer::ModelTypeSet enabled_types) { | 144 syncer::ModelTypeSet enabled_types) { |
145 base::Closure error_callback = | 145 base::Closure error_callback = |
146 base::Bind(&syncer::ChromeReportUnrecoverableError, channel_); | 146 base::Bind(&syncer::ReportUnrecoverableError, channel_); |
147 | 147 |
148 // TODO(stanisc): can DEVICE_INFO be one of disabled datatypes? | 148 // TODO(stanisc): can DEVICE_INFO be one of disabled datatypes? |
149 if (base::FeatureList::IsEnabled(switches::kSyncUSSDeviceInfo)) { | 149 if (base::FeatureList::IsEnabled(switches::kSyncUSSDeviceInfo)) { |
150 // Use an error callback that always uploads a stacktrace if it can to help | 150 // Use an error callback that always uploads a stacktrace if it can to help |
151 // get USS as stable as possible. | 151 // get USS as stable as possible. |
152 sync_service->RegisterDataTypeController( | 152 sync_service->RegisterDataTypeController( |
153 base::MakeUnique<ModelTypeController>( | 153 base::MakeUnique<ModelTypeController>( |
154 syncer::DEVICE_INFO, base::Bind(&base::debug::DumpWithoutCrashing), | 154 syncer::DEVICE_INFO, base::Bind(&base::debug::DumpWithoutCrashing), |
155 sync_client_, base::ThreadTaskRunnerHandle::Get())); | 155 sync_client_, base::ThreadTaskRunnerHandle::Get())); |
156 } else { | 156 } else { |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 | 421 |
422 // static | 422 // static |
423 void ProfileSyncComponentsFactoryImpl::OverridePrefsForUssTest(bool use_uss) { | 423 void ProfileSyncComponentsFactoryImpl::OverridePrefsForUssTest(bool use_uss) { |
424 override_prefs_controller_to_uss_for_test_ = use_uss; | 424 override_prefs_controller_to_uss_for_test_ = use_uss; |
425 } | 425 } |
426 | 426 |
427 bool ProfileSyncComponentsFactoryImpl:: | 427 bool ProfileSyncComponentsFactoryImpl:: |
428 override_prefs_controller_to_uss_for_test_ = false; | 428 override_prefs_controller_to_uss_for_test_ = false; |
429 | 429 |
430 } // namespace browser_sync | 430 } // namespace browser_sync |
OLD | NEW |