| Index: Source/core/testing/URLTestHelpers.h
|
| diff --git a/Source/core/testing/URLTestHelpers.h b/Source/core/testing/URLTestHelpers.h
|
| index 558bbb9b359ef0b84d35efb3e6eb6a05d60a653d..48abdee63029169f3885ce2a9e7f39bf539b132d 100644
|
| --- a/Source/core/testing/URLTestHelpers.h
|
| +++ b/Source/core/testing/URLTestHelpers.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class WebURL;
|
| +class WebURLResponse;
|
|
|
| namespace URLTestHelpers {
|
|
|
| @@ -54,6 +55,7 @@ inline blink::KURL toKURL(const std::string& url)
|
| void registerMockedURLFromBaseURL(const WebString& baseURL, const WebString& fileName, const WebString& mimeType = WebString::fromUTF8("text/html"));
|
| void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& mimeType = WebString::fromUTF8("text/html"));
|
| void registerMockedURLLoad(const WebURL& fullURL, const WebString& fileName, const WebString& relativeBaseDirectory, const WebString& mimeType);
|
| +void registerMockedURLLoadWithCustomResponse(const WebURL& fullURL, const WebString& fileName, const WebString& relativeBaseDirectory, WebURLResponse);
|
|
|
| } // namespace URLTestHelpers
|
| } // namespace blink
|
|
|