chromium/out/Default/gen/extensions/common/api/guest_view_internal.h

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

// GENERATED FROM THE API DEFINITION IN
//   extensions/common/api/guest_view_internal.json
// by tools/json_schema_compiler.
// DO NOT EDIT.

#ifndef EXTENSIONS_COMMON_API_GUEST_VIEW_INTERNAL_H__
#define EXTENSIONS_COMMON_API_GUEST_VIEW_INTERNAL_H__

#include <stdint.h>

#include <map>
#include <memory>
#include <optional>
#include <string>
#include <vector>

#include "base/values.h"

namespace extensions {
namespace api {
namespace guest_view_internal {

//
// Types
//

struct Size {};

// Size parameters.
struct SizeParams {};


//
// Functions
//

namespace CreateGuest {

struct Params {};

namespace Results {

base::Value::List Create(int instance_id);
}  // namespace Results

}  // namespace CreateGuest

namespace DestroyUnattachedGuest {

struct Params {};

}  // namespace DestroyUnattachedGuest

namespace SetSize {

struct Params {};

namespace Results {

base::Value::List Create();
}  // namespace Results

}  // namespace SetSize

}  // namespace guest_view_internal
}  // namespace api
}  // namespace extensions

#endif  // EXTENSIONS_COMMON_API_GUEST_VIEW_INTERNAL_H__