Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index c958b6428f47e7f70279e51c8306f9ffbef8637d..6411bda50dc8ce19c6a437a81c9dc7b1aa528802 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -236,6 +236,12 @@ class IOThread : public content::BrowserThreadDelegate { |
const net::HttpNetworkSession::Params& NetworkSessionParams() const; |
+ // Dynamically disables QUIC for HttpNetworkSessions owned by io_thread, and |
+ // to HttpNetworkSession::Params which are used for the creation of new |
+ // HttpNetworkSessions. Not that re-enabling Quic dynamically is not |
+ // supported for simplicity and requires a browser restart. |
+ void DisableQuic(); |
+ |
base::TimeTicks creation_time() const; |
// Returns the callback for updating data use prefs. |