chromium/components/embedder_support/origin_trials/origin_trials_settings_storage.h

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

#ifndef COMPONENTS_EMBEDDER_SUPPORT_ORIGIN_TRIALS_ORIGIN_TRIALS_SETTINGS_STORAGE_H_
#define COMPONENTS_EMBEDDER_SUPPORT_ORIGIN_TRIALS_ORIGIN_TRIALS_SETTINGS_STORAGE_H_

#include "base/values.h"
#include "third_party/blink/public/mojom/origin_trials/origin_trials_settings.mojom.h"

namespace embedder_support {
// This class maintains the state for Origin Trial Settings. This class is
// instantiated by the browser process.
class OriginTrialsSettingsStorage {};
}  // namespace embedder_support

#endif  // COMPONENTS_EMBEDDER_SUPPORT_ORIGIN_TRIALS_ORIGIN_TRIALS_SETTINGS_STORAGE_H_