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

Unified Diff: net/quic/quic_stream_factory.h

Issue 1018943002: Update HttpServerProperties::*AlternateProtocol* interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 6446e11356f6b964c3c0c3970bbf01583e1323fc..f1f41f4313bfebf4663ea4070b3172e0aecdd412 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -249,7 +249,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
const QuicServerId& server_id) const;
// Helped methods.
Ryan Hamilton 2015/03/18 22:55:43 hah! s/Helped/Helper/ as long as you're here.
Bence 2015/03/19 12:45:39 Done.
- bool WasAlternateProtocolRecentlyBroken(const QuicServerId& server_id) const;
+ bool WasAlternativeServiceRecentlyBroken(const QuicServerId& server_id) const;
Ryan Hamilton 2015/03/18 22:55:43 Can you rename this to be WasQuicRecentlyBroken?
Bence 2015/03/19 12:45:39 Done.
bool CryptoConfigCacheIsEmpty(const QuicServerId& server_id);
// Initializes the cached state associated with |server_id| in

Powered by Google App Engine
This is Rietveld 408576698