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

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: Updated based on design doc discussion 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..08508bbad66d8560e09797cd39ff76c77ce0414a 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -433,6 +433,11 @@ class ProfileIOData {
StoragePartitionDescriptorLess>
URLRequestContextMap;
+ // Sets the |proxy_delegate| in |params| on IO thread. |params| should not be
bengr 2016/01/26 19:39:55 on -> on the should -> must
tbansal1 2016/01/27 00:13:33 Done.
+ // NULL.
+ void SetProxyDelegate(const ProfileParams& profile_params,
+ net::HttpNetworkSession::Params* params) const;
+
// --------------------------------------------
// Virtual interface for subtypes to implement:
// --------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698