chromium/out/Default/gen/chrome/browser/devtools/protocol/security.h

// This file is generated by TypeBuilder_h.template.

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef protocol_Security_h
#define protocol_Security_h

#include "chrome/browser/devtools/protocol/protocol.h"
// For each imported domain we generate a ValueConversions struct instead of a full domain definition
// and include Domain::API version from there.

namespace protocol {
namespace Security {
SecurityState;
class CertificateSecurityState;
SafetyTipStatus;
class SafetyTipInfo;
class VisibleSecurityState;

// ------------- Forward and enum declarations.

namespace SecurityStateEnum {
 extern const char Unknown[];
 extern const char Neutral[];
 extern const char Insecure[];
 extern const char Secure[];
 extern const char Info[];
 extern const char InsecureBroken[];
} // namespace SecurityStateEnum

namespace SafetyTipStatusEnum {
 extern const char BadReputation[];
 extern const char Lookalike[];
} // namespace SafetyTipStatusEnum

// ------------- Type and builder declarations.

class  CertificateSecurityState : public ::crdtp::ProtocolObject<CertificateSecurityState> {};


class  SafetyTipInfo : public ::crdtp::ProtocolObject<SafetyTipInfo> {};


class  VisibleSecurityState : public ::crdtp::ProtocolObject<VisibleSecurityState> {};


// ------------- Backend interface.

class  Backend {};

// ------------- Frontend interface.

class  Frontend {};

// ------------- Dispatcher.

class  Dispatcher {};

// ------------- Metainfo.

class  Metainfo {};

} // namespace Security
} // namespace protocol

#endif // !defined(protocol_Security_h)