| 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 9b1aa7f2e199843689b34c4f9f73d9680c5271e8..6a78e5fe8791d22f0f984bfdc21f83a185103a5c 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -36,7 +36,7 @@ class ProfileImplIOData : public ProfileIOData {
|
| // Init() must be called before ~Handle(). It records all the necessary
|
| // parameters needed to construct a ChromeURLRequestContextGetter.
|
| void Init(const FilePath& cookie_path,
|
| - const FilePath& origin_bound_cert_path,
|
| + const FilePath& server_bound_cert_path,
|
| const FilePath& cache_path,
|
| int cache_max_size,
|
| const FilePath& media_cache_path,
|
| @@ -111,7 +111,7 @@ class ProfileImplIOData : public ProfileIOData {
|
|
|
| // All of these parameters are intended to be read on the IO thread.
|
| FilePath cookie_path;
|
| - FilePath origin_bound_cert_path;
|
| + FilePath server_bound_cert_path;
|
| FilePath cache_path;
|
| int cache_max_size;
|
| FilePath media_cache_path;
|
|
|