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

Unified Diff: net/http/http_server_properties_impl.h

Issue 2801533002: Persist QUIC Broken State 0: change RecentlyBrokenAlternativeServies (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/http_server_properties_impl.h
diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h
index 549dbc0e399a9161c97229c6dd6848cf59b2739a..b483bb296b1f73898f5bf47b536a5f13f064f917 100644
--- a/net/http/http_server_properties_impl.h
+++ b/net/http/http_server_properties_impl.h
@@ -139,8 +139,6 @@ class NET_EXPORT HttpServerPropertiesImpl
base::TimeTicks,
AlternativeServiceHash>
BrokenAlternativeServices;
- // Map to the number of times each alternative service has been marked broken.
- typedef std::map<AlternativeService, int> RecentlyBrokenAlternativeServices;
// Return the iterator for |server|, or for its canonical host, or end.
AlternativeServiceMap::const_iterator GetAlternateProtocolIterator(

Powered by Google App Engine
This is Rietveld 408576698