Index: chrome/browser/sync/glue/generic_change_processor.h |
diff --git a/chrome/browser/sync/glue/generic_change_processor.h b/chrome/browser/sync/glue/generic_change_processor.h |
index 3e7471e30c5d090b9b1d76819756633a12b5e9b0..d48a50de2a5d91c22b2211443a39b02e7d4aea33 100644 |
--- a/chrome/browser/sync/glue/generic_change_processor.h |
+++ b/chrome/browser/sync/glue/generic_change_processor.h |
@@ -66,12 +66,11 @@ class GenericChangeProcessor : public ChangeProcessor, |
virtual syncer::SyncError ProcessSyncChanges( |
const tracked_objects::Location& from_here, |
const syncer::SyncChangeList& change_list) OVERRIDE; |
- |
- // Fills a list of SyncData. This should create an up to date representation |
- // of all the data known to the ChangeProcessor for |datatype|, and |
- // should match/be a subset of the server's view of that datatype. |
virtual syncer::SyncDataList GetAllSyncData(syncer::ModelType type) |
const OVERRIDE; |
+ virtual syncer::SyncError UpdateDataTypeContext( |
+ syncer::ModelType type, |
+ const std::string& context) OVERRIDE; |
// Similar to above, but returns a SyncError for use by direct clients |
// of GenericChangeProcessor that may need more error visibility. |