Upstream version 7.36.153.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / application_data.h
index ed6fc62..d0f41ce 100644 (file)
@@ -129,9 +129,7 @@ class ApplicationData : public base::RefCountedThreadSafe<ApplicationData> {
 
   Package::Type GetPackageType() const { return package_type_; }
 
-#if defined(OS_TIZEN)
   bool HasCSPDefined() const;
-#endif
 
   bool SetApplicationLocale(const std::string& locale, base::string16* error);