From 3724e60a79c733002e5f3391809f733ae843c8bb Mon Sep 17 00:00:00 2001 From: stanisc Date: Mon, 22 Sep 2014 09:46:49 -0700 Subject: Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - part 3. This change integrates DeviceIfoSyncService and DeviceInfoDataTypeController introduced in an early change with the rest of the Sync code and removes the old implementation of DEVICE_INFO sync type based on SyncedDeviceTracker. As a part of this change DEVICE_INFO stops being a specially implemented control type and becomes a priority type with implementation that follows pattern of the majority of other sync types. This should help to do some further refactoring including decoupling of DeviceInfo sync code from the browser and moving it to sync_driver component. This change also adds support for syncing of local device backup timestamp to DeviceInfoSyncService. This functionality was missing when DeviceInfoSyncService was initially introduced. BUG=395349 Review URL: https://codereview.chromium.org/566623003 Cr-Commit-Position: refs/heads/master@{#295992} --- chrome/chrome_browser.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/chrome_browser.gypi') diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 68b1b7b..869cd77 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1267,8 +1267,6 @@ 'browser/sync/glue/sync_backend_registrar.h', 'browser/sync/glue/sync_start_util.cc', 'browser/sync/glue/sync_start_util.h', - 'browser/sync/glue/synced_device_tracker.cc', - 'browser/sync/glue/synced_device_tracker.h', 'browser/sync/glue/synced_session.cc', 'browser/sync/glue/synced_session.h', 'browser/sync/glue/synced_session_tracker.cc', -- cgit v1.1