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. |