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

Unified Diff: components/sync/device_info/device_info_service.h

Issue 2406163006: [Sync] Services can now always assume processor exists. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 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/device_info/device_info_service.h
diff --git a/components/sync/device_info/device_info_service.h b/components/sync/device_info/device_info_service.h
index c491826ae05dfeabfa459f421a25560852793516..be7af008b7a68cedbc619aa868c76687ffc66029 100644
--- a/components/sync/device_info/device_info_service.h
+++ b/components/sync/device_info/device_info_service.h
@@ -62,7 +62,6 @@ class DeviceInfoService : public ModelTypeService, public DeviceInfoTracker {
void GetAllData(DataCallback callback) override;
std::string GetClientTag(const EntityData& entity_data) override;
std::string GetStorageKey(const EntityData& entity_data) override;
- void OnChangeProcessorSet() override;
// DeviceInfoTracker implementation.
bool IsSyncing() const override;
@@ -167,8 +166,6 @@ class DeviceInfoService : public ModelTypeService, public DeviceInfoTracker {
bool has_provider_initialized_ = false;
// If data has been loaded from the store.
bool has_data_loaded_ = false;
- // if |change_processor()| has been given metadata.
- bool has_metadata_loaded_ = false;
// Used to update our local device info once every pulse interval.
base::OneShotTimer pulse_timer_;
« no previous file with comments | « chrome/browser/sync/test/integration/two_client_uss_sync_test.cc ('k') | components/sync/device_info/device_info_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698