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

Unified Diff: net/http/proxy_connect_redirect_http_stream.h

Issue 2805043004: Add a GetAlternativeService method to HttpStream to return any (Closed)
Patch Set: Created 3 years, 8 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/proxy_connect_redirect_http_stream.h
diff --git a/net/http/proxy_connect_redirect_http_stream.h b/net/http/proxy_connect_redirect_http_stream.h
index 74d9136246303c67cb47bc03be9b281dc1010078..c66aa21bcb034f2506ff04eca236c642faf1f377 100644
--- a/net/http/proxy_connect_redirect_http_stream.h
+++ b/net/http/proxy_connect_redirect_http_stream.h
@@ -51,6 +51,8 @@ class ProxyConnectRedirectHttpStream : public HttpStream {
int64_t GetTotalReceivedBytes() const override;
int64_t GetTotalSentBytes() const override;
+ bool GetAlternativeService(
+ AlternativeService* alternative_service) const override;
// This function may be called.
bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;

Powered by Google App Engine
This is Rietveld 408576698