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

Unified Diff: net/http/http_stream_factory_impl.h

Issue 182383016: HttpServerProperties - Implement MRU for AlternateProtocolMap. Persist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Used MRUCache for AlternateProtocolMap. Created 6 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: net/http/http_stream_factory_impl.h
diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
index 4824dece14f419c01b08abb14a91acd8af36cc98..db1e00cb4854bc958e88e176b0e91e645b44a348 100644
--- a/net/http/http_stream_factory_impl.h
+++ b/net/http/http_stream_factory_impl.h
@@ -90,7 +90,7 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
PortAlternateProtocolPair GetAlternateProtocolRequestFor(
const GURL& original_url,
- GURL* alternate_url) const;
+ GURL* alternate_url);
// Detaches |job| from |request|.
void OrphanJob(Job* job, const Request* request);

Powered by Google App Engine
This is Rietveld 408576698