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

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

Issue 6905044: Refactor preference syncing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the previous fix Created 9 years, 8 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/preference_data_type_controller.h
diff --git a/chrome/browser/sync/glue/preference_data_type_controller.h b/chrome/browser/sync/glue/preference_data_type_controller.h
index 3f375b15e1f2d950a40468031c2e5647e1c79d06..b0170e2fafa75d5fbaa34f443e21fab447e9aa30 100644
--- a/chrome/browser/sync/glue/preference_data_type_controller.h
+++ b/chrome/browser/sync/glue/preference_data_type_controller.h
@@ -25,6 +25,7 @@ class PreferenceDataTypeController : public FrontendDataTypeController {
private:
// FrontendDataTypeController implementations.
+ // TODO(zea): Remove this once everything uses the NewAssociatorInterface.
virtual void CreateSyncComponents();
virtual void RecordUnrecoverableError(
const tracked_objects::Location& from_here,

Powered by Google App Engine
This is Rietveld 408576698