| 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 573df1d72d7d4cd4026b11ee89183c7c044a5658..4a446dd4e951d7d6c7fa987f5156bb1cc1662f30 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -47,7 +47,7 @@ class ProfileImplIOData : public ProfileIOData {
|
| // Init() must be called before ~Handle(). It records most of the
|
| // parameters needed to construct a ChromeURLRequestContextGetter.
|
| void Init(const base::FilePath& cookie_path,
|
| - const base::FilePath& server_bound_cert_path,
|
| + const base::FilePath& channel_id_path,
|
| const base::FilePath& cache_path,
|
| int cache_max_size,
|
| const base::FilePath& media_cache_path,
|
| @@ -148,7 +148,7 @@ class ProfileImplIOData : public ProfileIOData {
|
|
|
| // All of these parameters are intended to be read on the IO thread.
|
| base::FilePath cookie_path;
|
| - base::FilePath server_bound_cert_path;
|
| + base::FilePath channel_id_path;
|
| base::FilePath cache_path;
|
| int cache_max_size;
|
| base::FilePath media_cache_path;
|
|
|