chromium/out/Default/gen/chrome/browser/devtools/protocol/emulation.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_Emulation_h
#define protocol_Emulation_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.
#include "chrome/browser/devtools/protocol/page.h"

namespace protocol {
namespace Emulation {

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

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

namespace SetEmulatedVisionDeficiency {
namespace TypeEnum {
 extern const char* None;
 extern const char* BlurredVision;
 extern const char* ReducedContrast;
 extern const char* Achromatopsia;
 extern const char* Deuteranopia;
 extern const char* Protanopia;
 extern const char* Tritanopia;
} // TypeEnum
} // SetEmulatedVisionDeficiency

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

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

class  Backend {};

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

class  Frontend {};

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

class  Dispatcher {};

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

class  Metainfo {};

} // namespace Emulation
} // namespace protocol

#endif // !defined(protocol_Emulation_h)