Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ssl / ssl_client_auth_requestor_mock.cc
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "chrome/browser/ssl/ssl_client_auth_requestor_mock.h"
6
7 #include "net/ssl/ssl_cert_request_info.h"
8 #include "net/url_request/url_request.h"
9
10 SSLClientAuthRequestorMock::SSLClientAuthRequestorMock(
11     net::URLRequest* request,
12     const scoped_refptr<net::SSLCertRequestInfo>& cert_request_info)
13     : cert_request_info_(cert_request_info) {
14 }
15
16 SSLClientAuthRequestorMock::~SSLClientAuthRequestorMock() {}