Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / glue / shared_change_processor_ref.cc
index 366bb4e..632ec85 100644 (file)
@@ -25,6 +25,14 @@ syncer::SyncDataList SharedChangeProcessorRef::GetAllSyncData(
   return change_processor_->GetAllSyncData(type);
 }
 
+syncer::SyncError SharedChangeProcessorRef::UpdateDataTypeContext(
+    syncer::ModelType type,
+    syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
+    const std::string& context) {
+  return change_processor_->UpdateDataTypeContext(
+      type, refresh_status, context);
+}
+
 syncer::SyncError SharedChangeProcessorRef::CreateAndUploadError(
     const tracked_objects::Location& from_here,
     const std::string& message) {