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

Unified Diff: chrome/browser/io_thread.h

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: Rebase 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
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index c958b6428f47e7f70279e51c8306f9ffbef8637d..d48f4906f9b391b4b6ff6bb126d66292be4d390c 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -236,6 +236,13 @@ class IOThread : public content::BrowserThreadDelegate {
const net::HttpNetworkSession::Params& NetworkSessionParams() const;
+ // Dynamically update network session params.
+ // Applies to the params_ object owned by io_thread and to the
+ // HttpNetworkSession instances owned by io_thread, if they have been already
+ // created.
+ void UpdateNetworkSessionParams(
+ net::HttpNetworkSession::ParamsUpdate params_update);
+
base::TimeTicks creation_time() const;
// Returns the callback for updating data use prefs.

Powered by Google App Engine
This is Rietveld 408576698