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

// Copyright 2020 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.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace blink {
namespace {

const char kFrobulateTrialName[] =;
const char kFrobulateDeprecationTrialName[] =;
const char kFrobulateThirdPartyTrialName[] =;
const char kFrobulatePersistentTrialName[] =;

}  // namespace

TEST(OriginTrialTest, TrialsValid) {}

TEST(OriginTrialTest, TrialEnabledForInsecureContext) {}

TEST(OriginTrialTest, TrialsEnabledForThirdPartyOrigins) {}

TEST(OriginTrialTest, TrialIsPersistent) {}

}  // namespace blink