Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.h

Issue 2683033005: URLLoaderMockFactory: clear MemoryCache in unregisterAllURLs (Closed)
Patch Set: fix Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698