| 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:
|
| // --------------------------------------------
|
|
|