chromium/out/Default/gen/chrome/browser/devtools/protocol/page.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_Page_h
#define protocol_Page_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 Page {
FrameId;
class InstallabilityErrorArgument;
class InstallabilityError;
AutoResponseMode;

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

namespace AutoResponseModeEnum {
 extern const char None[];
 extern const char AutoAccept[];
 extern const char AutoReject[];
 extern const char AutoOptOut[];
} // namespace AutoResponseModeEnum

namespace CaptureScreenshot {
namespace FormatEnum {
 extern const char* Jpeg;
 extern const char* Png;
 extern const char* Webp;
} // FormatEnum
} // CaptureScreenshot

namespace CaptureSnapshot {
namespace FormatEnum {
 extern const char* Mhtml;
} // FormatEnum
} // CaptureSnapshot

namespace PrintToPDF {
namespace TransferModeEnum {
 extern const char* ReturnAsBase64;
 extern const char* ReturnAsStream;
} // TransferModeEnum
} // PrintToPDF

namespace SetDownloadBehavior {
namespace BehaviorEnum {
 extern const char* Deny;
 extern const char* Allow;
 extern const char* Default;
} // BehaviorEnum
} // SetDownloadBehavior

namespace SetTouchEmulationEnabled {
namespace ConfigurationEnum {
 extern const char* Mobile;
 extern const char* Desktop;
} // ConfigurationEnum
} // SetTouchEmulationEnabled

namespace StartScreencast {
namespace FormatEnum {
 extern const char* Jpeg;
 extern const char* Png;
} // FormatEnum
} // StartScreencast

namespace SetWebLifecycleState {
namespace StateEnum {
 extern const char* Frozen;
 extern const char* Active;
} // StateEnum
} // SetWebLifecycleState

namespace FileChooserOpened {
namespace ModeEnum {
 extern const char* SelectSingle;
 extern const char* SelectMultiple;
} // ModeEnum
} // FileChooserOpened

namespace FrameDetached {
namespace ReasonEnum {
 extern const char* Remove;
 extern const char* Swap;
} // ReasonEnum
} // FrameDetached

namespace DownloadProgress {
namespace StateEnum {
 extern const char* InProgress;
 extern const char* Completed;
 extern const char* Canceled;
} // StateEnum
} // DownloadProgress

namespace NavigatedWithinDocument {
namespace NavigationTypeEnum {
 extern const char* Fragment;
 extern const char* HistoryApi;
 extern const char* Other;
} // NavigationTypeEnum
} // NavigatedWithinDocument

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

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


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


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

class  Backend {};

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

class  Frontend {};

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

class  Dispatcher {};

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

class  Metainfo {};

} // namespace Page
} // namespace protocol

#endif // !defined(protocol_Page_h)