// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_SSL_SSL_HANDSHAKE_DETAILS_H_ #define NET_SSL_SSL_HANDSHAKE_DETAILS_H_ namespace net { // This enum is persisted into histograms. Values may not be renumbered. enum class SSLHandshakeDetails { … }; } // namespace net #endif // NET_SSL_SSL_HANDSHAKE_DETAILS_H_