Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / content / public / renderer / resource_fetcher.h
index 05967f1..4cb5689 100644 (file)
@@ -51,7 +51,8 @@ class CONTENT_EXPORT ResourceFetcher {
   // Starts the request using the specified frame.  Calls |callback| when
   // done.
   virtual void Start(blink::WebFrame* frame,
-                     blink::WebURLRequest::TargetType target_type,
+                     blink::WebURLRequest::RequestContext request_context,
+                     blink::WebURLRequest::FrameType frame_type,
                      const Callback& callback) = 0;
 
   // Sets how long to wait for the server to reply.  By default, there is no