X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fpublic%2Frenderer%2Fresource_fetcher.h;h=4cb568977687dc97df63242150b103b1714e9310;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=05967f189cc70ae93e41fa87005fd3b7069198e4;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/public/renderer/resource_fetcher.h b/src/content/public/renderer/resource_fetcher.h index 05967f1..4cb5689 100644 --- a/src/content/public/renderer/resource_fetcher.h +++ b/src/content/public/renderer/resource_fetcher.h @@ -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