chromium/chrome/browser/themes/theme_color_policy_handler_unittest.cc

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

#include "chrome/browser/themes/theme_color_policy_handler.h"

#include "base/strings/utf_string_conversions.h"
#include "base/values.h"
#include "chrome/common/pref_names.h"
#include "components/policy/core/browser/policy_error_map.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/core/common/policy_types.h"
#include "components/policy/policy_constants.h"
#include "components/prefs/pref_value_map.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkColor.h"

namespace policy {

class ThemeColorPolicyHandlerTest : public testing::Test {};

TEST_F(ThemeColorPolicyHandlerTest, NoPolicy) {}

TEST_F(ThemeColorPolicyHandlerTest, ValidValues) {}

TEST_F(ThemeColorPolicyHandlerTest, InvalidValues) {}

TEST_F(ThemeColorPolicyHandlerTest, InvalidTypes) {}

}  // namespace policy