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

Unified Diff: chrome/browser/sync/glue/extension_setting_data_type_controller.h

Issue 9414020: [Sync] Switch Extension Settings DTC to use ProfilesyncComponentsFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove RunWithSyncableService and clean up Created 8 years, 10 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: chrome/browser/sync/glue/extension_setting_data_type_controller.h
diff --git a/chrome/browser/sync/glue/extension_setting_data_type_controller.h b/chrome/browser/sync/glue/extension_setting_data_type_controller.h
index 5fc7d7962b0aee4af0c526ce400dbf50bc819fba..b24adbfce8716308a65a2a6ce5789eb61596dccf 100644
--- a/chrome/browser/sync/glue/extension_setting_data_type_controller.h
+++ b/chrome/browser/sync/glue/extension_setting_data_type_controller.h
@@ -50,10 +50,6 @@ class ExtensionSettingDataTypeController
virtual void RecordAssociationTime(base::TimeDelta time) OVERRIDE;
virtual void RecordStartFailure(StartResult result) OVERRIDE;
- // Used by PostTaskOnBackendThread().
- void RunTaskOnBackendThread(const base::Closure& task,
- SyncableService* settings_service);
-
// Either EXTENSION_SETTINGS or APP_SETTINGS.
syncable::ModelType type_;
@@ -61,9 +57,6 @@ class ExtensionSettingDataTypeController
Profile* profile_;
ProfileSyncService* profile_sync_service_;
- // Only used on the FILE thread.
- SyncableService* settings_service_;
-
DISALLOW_COPY_AND_ASSIGN(ExtensionSettingDataTypeController);
};

Powered by Google App Engine
This is Rietveld 408576698