Upstream version 9.38.204.0
[platform/framework/web/crosswalk.git] / src / xwalk / experimental / native_file_system / native_file_system_extension.h
index a7170fc..b005ccc 100644 (file)
@@ -38,6 +38,7 @@ class NativeFileSystemInstance : public XWalkExtensionInstance {
 
   // XWalkExtensionInstance implementation.
   virtual void HandleMessage(scoped_ptr<base::Value> msg) OVERRIDE;
+  virtual void HandleSyncMessage(scoped_ptr<base::Value> msg) OVERRIDE;
 
  private:
   XWalkExtensionFunctionHandler handler_;