Upstream version 6.34.113.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / application_data.h
index 34612ee..28d732c 100644 (file)
@@ -134,6 +134,10 @@ class ApplicationData : public base::RefCountedThreadSafe<ApplicationData> {
   bool HasMainDocument() const;
   Manifest::PackageType GetPackageType() const;
 
+#if defined(OS_TIZEN)
+  bool HasCSPDefined() const;
+#endif
+
  private:
   friend class base::RefCountedThreadSafe<ApplicationData>;
   friend class ApplicationStorageImpl;