X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Furl_request%2Furl_request_context.h;h=992f985f0332b441af1c21614e27a5c48974cd4f;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=4e5873988e49d59651538a0e649e25107fd652be;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/url_request/url_request_context.h b/src/net/url_request/url_request_context.h index 4e58739..992f985 100644 --- a/src/net/url_request/url_request_context.h +++ b/src/net/url_request/url_request_context.h @@ -59,9 +59,8 @@ class NET_EXPORT URLRequestContext // May return NULL if this context doesn't have an associated network session. const HttpNetworkSession::Params* GetNetworkSessionParams() const; - // Creates a URLRequest. |cookie_store| optionally specifies a cookie store - // to be used rather than the one represented by the context, or NULL - // otherwise. + // Creates a URLRequest. If |cookie_store| is non-NULL, it will be used + // instead of the context's cookie store. scoped_ptr CreateRequest(const GURL& url, RequestPriority priority, URLRequest::Delegate* delegate,