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

Unified Diff: sync/api/sync_change_processor.cc

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 | « sync/api/sync_change_processor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_change_processor.cc
diff --git a/sync/api/sync_change_processor.cc b/sync/api/sync_change_processor.cc
index 4a0607e07f4349d9f06818e36b2a5b579b95a73b..f6c268cda14f438699da78b553ac52f94c57ef55 100644
--- a/sync/api/sync_change_processor.cc
+++ b/sync/api/sync_change_processor.cc
@@ -10,4 +10,11 @@ SyncChangeProcessor::SyncChangeProcessor() {}
SyncChangeProcessor::~SyncChangeProcessor() {}
+syncer::SyncError SyncChangeProcessor::UpdateDataTypeContext(
+ ModelType type,
+ const std::string& context) {
+ // Do nothing.
+ return syncer::SyncError();
+}
+
} // namespace syncer
« no previous file with comments | « sync/api/sync_change_processor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698