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

Unified Diff: net/http/http_server_properties.h

Issue 1002043002: Revert of Add MarkAlternativeServiceRecentlyBroken. (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
« no previous file with comments | « no previous file | net/http/http_server_properties_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_server_properties.h
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
index 21e8953f5c546e96fa23d5e002387c1e6f8a4c8a..c561c2da9fed2516e8bf7036684f31c8a9b46700 100644
--- a/net/http/http_server_properties.h
+++ b/net/http/http_server_properties.h
@@ -220,10 +220,6 @@
// Sets the Alternate-Protocol for |server| to be BROKEN.
virtual void SetBrokenAlternateProtocol(const HostPortPair& server) = 0;
- // Marks |alternative_service| as recently broken.
- virtual void MarkAlternativeServiceRecentlyBroken(
- const AlternativeService& alternative_service) = 0;
-
// Returns true iff |alternative_service| is currently broken.
virtual bool IsAlternativeServiceBroken(
const AlternativeService& alternative_service) = 0;
« no previous file with comments | « no previous file | net/http/http_server_properties_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698