chromium/out/Default/gen/content/browser/devtools/protocol/fed_cm.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 content_protocol_FedCm_h
#define content_protocol_FedCm_h

#include "content/common/content_export.h"
#include "content/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 content {
namespace protocol {
namespace FedCm {
LoginState;
DialogType;
DialogButton;
AccountUrlType;
class Account;

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

namespace LoginStateEnum {
CONTENT_EXPORT extern const char SignIn[];
CONTENT_EXPORT extern const char SignUp[];
} // namespace LoginStateEnum

namespace DialogTypeEnum {
CONTENT_EXPORT extern const char AccountChooser[];
CONTENT_EXPORT extern const char AutoReauthn[];
CONTENT_EXPORT extern const char ConfirmIdpLogin[];
CONTENT_EXPORT extern const char Error[];
} // namespace DialogTypeEnum

namespace DialogButtonEnum {
CONTENT_EXPORT extern const char ConfirmIdpLoginContinue[];
CONTENT_EXPORT extern const char ErrorGotIt[];
CONTENT_EXPORT extern const char ErrorMoreDetails[];
} // namespace DialogButtonEnum

namespace AccountUrlTypeEnum {
CONTENT_EXPORT extern const char TermsOfService[];
CONTENT_EXPORT extern const char PrivacyPolicy[];
} // namespace AccountUrlTypeEnum

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

class CONTENT_EXPORT Account : public ::crdtp::ProtocolObject<Account> {};


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

class CONTENT_EXPORT Backend {};

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

class CONTENT_EXPORT Frontend {};

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

class CONTENT_EXPORT Dispatcher {};

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

class CONTENT_EXPORT Metainfo {};

} // namespace FedCm
} // namespace content
} // namespace protocol

#endif // !defined(content_protocol_FedCm_h)