| Index: third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| index 904fc3f48dc39c38b894d86093d499f4729931a9..a4ad4d59575abdce342a8bcc2856d0fe0f4d0acc 100644
|
| --- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| +++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h
|
| @@ -44,7 +44,7 @@ class WebURLLoaderMockFactoryImpl : public WebURLLoaderMockFactory {
|
| const WebURLResponse& response,
|
| const WebURLError& error) override;
|
| void unregisterURL(const WebURL& url) override;
|
| - void unregisterAllURLs() override;
|
| + void unregisterAllURLsAndClearMemoryCache() override;
|
| void serveAsynchronousRequests() override;
|
| void setLoaderDelegate(WebURLLoaderTestDelegate* delegate) override {
|
| delegate_ = delegate;
|
|
|