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

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

Issue 220043002: [Sync] Add sync api support for context changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/generic_change_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/sync/glue/generic_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698