Chromium Code Reviews| 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: |
| // -------------------------------------------- |