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

Unified Diff: net/http/http_network_transaction.h

Issue 2858693003: Remove the deprecated cipher fallback. (Closed)
Patch Set: rebase Created 3 years, 7 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_network_transaction.cc » ('j') | net/socket/client_socket_pool_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_transaction.h
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
index 6aa35e4d6e50e560703f477b6bcb300c67c5e69f..e0bf46e689da102e22cadc8dd7273ed7fb442858 100644
--- a/net/http/http_network_transaction.h
+++ b/net/http/http_network_transaction.h
@@ -269,9 +269,6 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
// and resets the stream.
void CacheNetErrorDetailsAndResetStream();
- // Records metrics relating to SSL fallbacks.
- void RecordSSLFallbackMetrics(int result);
-
// Returns true if we should try to add a Proxy-Authorization header
bool ShouldApplyProxyAuth() const;
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | net/socket/client_socket_pool_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698