chromium/third_party/blink/common/origin_trials/origin_trials_settings_provider_unittest.cc

// 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.

#include "third_party/blink/public/common/origin_trials/origin_trials_settings_provider.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/mojom/origin_trials/origin_trials_settings.mojom.h"

namespace blink {

TEST(OriginTrialsSettingsProviderTest, UnsetSettingsReturnsNullSettings) {}

TEST(OriginTrialsSettingsProviderTest, ReturnsSettingsThatWereSet) {}

}  // namespace blink