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

Unified Diff: chrome/browser/io_thread.h

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: Revert accidental format Created 3 years, 11 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 257a127a40677fb6e9dfc9c65d9fc56bf03ffd57..5bf834ad3917b3f93a9337726cec701d151a9a7e 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.
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698