| Index: net/url_request/url_request_context_storage.cc
|
| diff --git a/net/url_request/url_request_context_storage.cc b/net/url_request/url_request_context_storage.cc
|
| index cb29c1b2489c3d65c7c80f07ad77e901703a14de..b62ff84d95953c7b051cffe75fb92886fcebfc7e 100644
|
| --- a/net/url_request/url_request_context_storage.cc
|
| +++ b/net/url_request/url_request_context_storage.cc
|
| @@ -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.
|
|
|
| @@ -44,10 +44,10 @@ void URLRequestContextStorage::set_cert_verifier(CertVerifier* cert_verifier) {
|
| cert_verifier_.reset(cert_verifier);
|
| }
|
|
|
| -void URLRequestContextStorage::set_origin_bound_cert_service(
|
| - OriginBoundCertService* origin_bound_cert_service) {
|
| - context_->set_origin_bound_cert_service(origin_bound_cert_service);
|
| - origin_bound_cert_service_.reset(origin_bound_cert_service);
|
| +void URLRequestContextStorage::set_server_bound_cert_service(
|
| + ServerBoundCertService* server_bound_cert_service) {
|
| + context_->set_server_bound_cert_service(server_bound_cert_service);
|
| + server_bound_cert_service_.reset(server_bound_cert_service);
|
| }
|
|
|
| void URLRequestContextStorage::set_fraudulent_certificate_reporter(
|
|
|