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

Unified Diff: net/http/http_stream_factory.h

Issue 1941083002: JobController 1: Adding a new class HttpStreamFactoryImpl::JobController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment fix Created 4 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/http/http_stream_factory.h
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
index 6371a6e7359d4e16c8948814fc6c2aceaadd645e..d4993bb68bc78ef14ef264d44a4943d1660b1857 100644
--- a/net/http/http_stream_factory.h
+++ b/net/http/http_stream_factory.h
@@ -205,8 +205,6 @@ class NET_EXPORT HttpStreamFactory {
const HttpResponseHeaders* headers,
const url::SchemeHostPort& http_server);
- GURL ApplyHostMappingRules(const GURL& url, HostPortPair* endpoint);
-
// Virtual interface methods.
// Request a stream.

Powered by Google App Engine
This is Rietveld 408576698