chromium/out/Default/gen/chrome/browser/devtools/protocol/browser.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_Browser_h
#define protocol_Browser_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 Browser {
BrowserContextID;
WindowID;
WindowState;
class Bounds;
BrowserCommandId;

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

namespace WindowStateEnum {
 extern const char Normal[];
 extern const char Minimized[];
 extern const char Maximized[];
 extern const char Fullscreen[];
} // namespace WindowStateEnum

namespace BrowserCommandIdEnum {
 extern const char OpenTabSearch[];
 extern const char CloseTabSearch[];
} // namespace BrowserCommandIdEnum

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

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

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

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


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

class  Backend {};

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

class  Frontend {};

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

class  Dispatcher {};

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

class  Metainfo {};

} // namespace Browser
} // namespace protocol

#endif // !defined(protocol_Browser_h)