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

Unified Diff: chrome/browser/net/http_server_properties_manager.h

Issue 187693003: Add a ClearAlternateProtocol method to HttpServerProperties (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/net/http_server_properties_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/http_server_properties_manager.h
diff --git a/chrome/browser/net/http_server_properties_manager.h b/chrome/browser/net/http_server_properties_manager.h
index 83b49f61656d4c3f7076c29dd8022eb8e1ee67e5..8ac9377e11dc12106301699151ed6c126dde2649 100644
--- a/chrome/browser/net/http_server_properties_manager.h
+++ b/chrome/browser/net/http_server_properties_manager.h
@@ -115,6 +115,9 @@ class HttpServerPropertiesManager
virtual void SetBrokenAlternateProtocol(
const net::HostPortPair& server) OVERRIDE;
+ // Clears the Alternate-Protocol for |server|.
+ virtual void ClearAlternateProtocol(const net::HostPortPair& server) OVERRIDE;
+
// Returns all Alternate-Protocol mappings.
virtual const net::AlternateProtocolMap&
alternate_protocol_map() const OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/net/http_server_properties_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698