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

Unified Diff: third_party/WebKit/Source/core/testing/sim/SimRequest.h

Issue 2969203002: Drop unused member loader_ in testing file SimRequest.h (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/sim/SimRequest.h
diff --git a/third_party/WebKit/Source/core/testing/sim/SimRequest.h b/third_party/WebKit/Source/core/testing/sim/SimRequest.h
index 8984026f76da2358cee5b635827cf6c61bd1f9f8..5030b6ca789355fe59f8ed30de1083e3d840a103 100644
--- a/third_party/WebKit/Source/core/testing/sim/SimRequest.h
+++ b/third_party/WebKit/Source/core/testing/sim/SimRequest.h
@@ -12,7 +12,6 @@
namespace blink {
class SimNetwork;
-class WebURLLoader;
class WebURLLoaderClient;
// Simulates a single request for a resource from the server. Requires a
@@ -51,7 +50,6 @@ class SimRequest final {
void DidFail(const WebURLError&);
String url_;
- WebURLLoader* loader_;
WebURLResponse response_;
WebURLError error_;
WebURLLoaderClient* client_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698