Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / child / web_url_request_util.h
index 0238ff0..b746d80 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_
 #define CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_
 
+#include <string>
+
 #include "content/common/content_export.h"
 #include "content/public/common/resource_type.h"
 
@@ -17,6 +19,10 @@ namespace content {
 CONTENT_EXPORT ResourceType WebURLRequestToResourceType(
     const blink::WebURLRequest& request);
 
+std::string GetWebURLRequestHeaders(const blink::WebURLRequest& request);
+
+int GetLoadFlagsForWebURLRequest(const blink::WebURLRequest& request);
+
 }  // namespace content
 
 #endif  // CONTENT_CHILD_TARGET_TYPE_CONVERSION_H_