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

Unified Diff: net/test/embedded_test_server/http_request.cc

Issue 2888043008: Revert of Allow use of Mojo/V8 ProxyResolvers with URLRequestContextBuilder. (Closed)
Patch Set: Created 3 years, 7 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: net/test/embedded_test_server/http_request.cc
diff --git a/net/test/embedded_test_server/http_request.cc b/net/test/embedded_test_server/http_request.cc
index ecac8800f1248a80f2463c7c5e4be615b9f572c0..ef624dcc8b052f94cabbb509642c64cf638e57ae 100644
--- a/net/test/embedded_test_server/http_request.cc
+++ b/net/test/embedded_test_server/http_request.cc
@@ -110,7 +110,7 @@
// know) anything about the server address.
GURL url(header_line_tokens[1]);
if (url.is_valid()) {
- http_request_->relative_url = url.PathForRequest();
+ http_request_->relative_url = url.path();
} else if (header_line_tokens[1][0] == '/') {
http_request_->relative_url = header_line_tokens[1];
} else {
« no previous file with comments | « net/proxy/test_mojo_proxy_resolver_factory.cc ('k') | net/test/embedded_test_server/simple_connection_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698