Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: components/sync_driver/device_info_service.h

Issue 1763953002: [USS] Change the place where SharedModelTypeProcessor got created (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sky's review Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync_driver/device_info_service.h
diff --git a/components/sync_driver/device_info_service.h b/components/sync_driver/device_info_service.h
index 4ffc466802542029090ee4959a9219801efa4e6a..a150f7ef56e5077573e69ca09cfcd6a17e19389d 100644
--- a/components/sync_driver/device_info_service.h
+++ b/components/sync_driver/device_info_service.h
@@ -46,7 +46,8 @@ class DeviceInfoService : public syncer_v2::ModelTypeService,
DeviceInfoService(
sync_driver::LocalDeviceInfoProvider* local_device_info_provider,
- const StoreFactoryFunction& callback);
+ const StoreFactoryFunction& callback,
+ const ChangeProcessorFactory& change_processor_factory);
~DeviceInfoService() override;
// ModelTypeService implementation.
@@ -61,6 +62,7 @@ class DeviceInfoService : public syncer_v2::ModelTypeService,
void GetAllData(DataCallback callback) override;
std::string GetClientTag(const syncer_v2::EntityData& entity_data) override;
void OnChangeProcessorSet() override;
+ syncer::ModelType type() const override;
// DeviceInfoTracker implementation.
bool IsSyncing() const override;

Powered by Google App Engine
This is Rietveld 408576698