Upstream version 11.39.256.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / manifest_handlers / widget_handler.h
index 2e2ebb3..d7d92a1 100644 (file)
@@ -46,6 +46,9 @@ class WidgetHandler : public ManifestHandler {
   virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
   virtual std::vector<std::string> Keys() const OVERRIDE;
 
+  virtual bool Validate(scoped_refptr<const ApplicationData> application,
+                        std::string* error) const OVERRIDE;
+
  private:
   DISALLOW_COPY_AND_ASSIGN(WidgetHandler);
 };