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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.h

Issue 2546533003: Respect QuicAllowed policy for new streams (Closed)
Patch Set: Introduced IOThread::UpdateNetworkSessionParams Created 4 years 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/profiles/profile_impl_io_data.h
diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
index 0a46ea7192c17399a57e7b55a5e3be7fb407ac5c..930b470fa81d17ab4969101418ba6b90b7d38d2e 100644
--- a/chrome/browser/profiles/profile_impl_io_data.h
+++ b/chrome/browser/profiles/profile_impl_io_data.h
@@ -11,6 +11,7 @@
#include "base/memory/ref_counted.h"
#include "chrome/browser/custom_handlers/protocol_handler_registry.h"
#include "chrome/browser/net/chrome_url_request_context_getter.h"
+#include "chrome/browser/net/net_pref_observer.h"
#include "chrome/browser/profiles/profile_io_data.h"
#include "components/prefs/pref_store.h"
#include "content/public/browser/cookie_store_factory.h"
@@ -101,6 +102,9 @@ class ProfileImplIOData : public ProfileIOData {
void ClearNetworkingHistorySince(base::Time time,
const base::Closure& completion);
+ // Called on UI thread thread when net parameters change
Bence 2016/12/26 18:47:56 Period.
pmarko 2017/01/02 10:33:55 Done.
+ void UpdateNetParams(NetPrefObserver::NetParamsChange net_params_change);
+
private:
typedef std::map<StoragePartitionDescriptor,
scoped_refptr<ChromeURLRequestContextGetter>,

Powered by Google App Engine
This is Rietveld 408576698