[Release] wrt_0.8.191
[platform/framework/web/wrt.git] / src / view / webkit / bundles / bundle_uri_handling.h
index 78b74cd..a3fc916 100644 (file)
 
 #include <dpl/string.h>
 #include <dpl/optional_typedefs.h>
+#include <dpl/wrt-dao-ro/common_dao_types.h>
 // WKBundleRef type
 #include <WKBundle.h>
 
 namespace BundleURIHandling {
 bool processURI(const DPL::String& inputURI,
-                bool is_xhr,
                 const DPL::String& tizenId,
-                WKBundleRef bundle);
+                WrtDB::WidgetSecurityModelVersion m_securityModelVersion);
+bool processMainResource(const DPL::String& inputURI,
+                const DPL::String& tizenId,
+                WrtDB::WidgetSecurityModelVersion m_securityModelVersion);
 DPL::OptionalString localizeURI(const DPL::String& inputURI,
                                 const DPL::String& tizenId);
 }