chromium/out/Default/gen/chrome/common/extensions/api/search.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
//   chrome/common/extensions/api/search.idl
// by tools/json_schema_compiler.
// DO NOT EDIT.

#ifndef CHROME_COMMON_EXTENSIONS_API_SEARCH_H__
#define CHROME_COMMON_EXTENSIONS_API_SEARCH_H__

#include <stdint.h>

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

#include "base/values.h"
#include <string_view>


namespace extensions {
namespace api {
namespace search {

//
// Types
//

enum class Disposition {};


const char* ToString(Disposition as_enum);
Disposition ParseDisposition(std::string_view as_string);
std::u16string GetDispositionParseError(std::string_view as_string);

struct QueryInfo {};


//
// Functions
//

namespace Query {

struct Params {};

namespace Results {

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

}  // namespace Query

}  // namespace search
}  // namespace api
}  // namespace extensions

#endif  // CHROME_COMMON_EXTENSIONS_API_SEARCH_H__