blob: 3c90f7af23bcf1af14375de39f207f3d6a02551a [file] [log] [blame]
// Copyright 2021 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.
#ifndef IOS_WEB_VIEW_INTERNAL_CWV_SSL_UTIL_H_
#define IOS_WEB_VIEW_INTERNAL_CWV_SSL_UTIL_H_
#include "ios/web_view/public/cwv_cert_status.h"
#include "net/cert/cert_status_flags.h"
// Converts net::CertStatus to CWVCertStatus.
CWVCertStatus CWVCertStatusFromNetCertStatus(net::CertStatus cert_status);
#endif // IOS_WEB_VIEW_INTERNAL_CWV_SSL_UTIL_H_