X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fconfiguration_parser%2Fwidget_parser.h;h=c8c1a2bc344d452529d300563923c93108f2d4cd;hb=f56543848daf0a8585b6023c11cb1738b42b5e1e;hp=af39afde6fa91fb6f512d32e816f8e0b94aae483;hpb=bc7aa67ff30adf069eb57724628fb35c0d12a261;p=framework%2Fweb%2Fwrt-installer.git diff --git a/src/configuration_parser/widget_parser.h b/src/configuration_parser/widget_parser.h index af39afd..c8c1a2b 100644 --- a/src/configuration_parser/widget_parser.h +++ b/src/configuration_parser/widget_parser.h @@ -84,6 +84,7 @@ class WidgetParser : public ElementParser ElementParserPtr OnCategoryElement(); ElementParserPtr OnLiveboxElement(); ElementParserPtr OnCspElement(); + ElementParserPtr OnCspReportOnlyElement(); virtual ActionFunc GetElementParser(const DPL::String& ns, const DPL::String& name);