From 9c4eff26e509149d2133268af7744a5cdb079dd1 Mon Sep 17 00:00:00 2001 From: "mattm@chromium.org" Date: Tue, 20 Mar 2012 22:42:29 +0000 Subject: Change Origin bound certs -> Domain bound certs. BUG=115348 TEST=unit tests, manually checked 'Origin Bound Certs' contents after browsing TBR=jam@chromium.org,willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/9617039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127817 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/profiles/profile_impl_io_data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '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 9b1aa7f..6a78e5f 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; -- cgit v1.1