Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / sync / api / sync_change_processor.cc
index 4a0607e..fd43835 100644 (file)
@@ -10,4 +10,12 @@ SyncChangeProcessor::SyncChangeProcessor() {}
 
 SyncChangeProcessor::~SyncChangeProcessor() {}
 
+syncer::SyncError SyncChangeProcessor::UpdateDataTypeContext(
+    ModelType type,
+    syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
+    const std::string& context) {
+  // Do nothing.
+  return syncer::SyncError();
+}
+
 }  // namespace syncer