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

Unified Diff: third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp

Issue 2120233003: [OBSOLETE] Remove WebURLResponse::initialize() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting issues and one last compile error Created 4 years, 5 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/URLTestHelpers.cpp
diff --git a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
index 4462fdde27572968cdaf2e3c2081d4ea0db43c9b..06e4ac4e4cd9979f74120ef6c69b6bddd083b8ca 100644
--- a/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
+++ b/third_party/WebKit/Source/platform/testing/URLTestHelpers.cpp
@@ -72,7 +72,6 @@ void registerMockedErrorURLLoad(const WebURL& fullURL)
timing.initialize();
WebURLResponse response;
- response.initialize();
response.setMIMEType("image/png");
response.setHTTPStatusCode(404);
response.setLoadTiming(timing);

Powered by Google App Engine
This is Rietveld 408576698