| Index: content/child/web_url_loader_impl.h
|
| diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
|
| index 290ad993bf65fccadb958d54d2ad27083c599c05..b9df3ae2503e75b71853c90e1b1884bbbbaf53fa 100644
|
| --- a/content/child/web_url_loader_impl.h
|
| +++ b/content/child/web_url_loader_impl.h
|
| @@ -53,6 +53,11 @@ class CONTENT_EXPORT WebURLLoaderImpl
|
| bool skip_service_worker,
|
| blink::WebURLRequest* new_request);
|
|
|
| + // We can optimize the handling of data URLs in most cases.
|
| + static bool CanHandleDataURLRequestLocally(
|
| + const blink::WebURLRequest&,
|
| + bool resource_dispatcher_exists);
|
| +
|
| // WebURLLoader methods:
|
| void loadSynchronously(
|
| const blink::WebURLRequest& request,
|
|
|