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

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

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 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/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 6465852de6ad53ca9162bb1c7090b4c4dc395551..af52312412c4c5d1d55d9d2191cac3684e2aa69f 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -433,6 +433,12 @@ class ProfileIOData {
StoragePartitionDescriptorLess>
URLRequestContextMap;
+ // Sets the |trusted_spdy_proxy_provider| in |params| on IO thread. |params|
+ // should not be NULL.
+ void SetTrustedSpdyProxyProvider(
+ const ProfileParams& profile_params,
+ net::HttpNetworkSession::Params* params) const;
+
// --------------------------------------------
// Virtual interface for subtypes to implement:
// --------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698