chromium/chrome/browser/performance_manager/metrics/metrics_provider_common_unittest.cc

// Copyright 2022 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/performance_manager/metrics/metrics_provider_common.h"

#include "base/test/metrics/histogram_tester.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/task_environment.h"
#include "chrome/browser/performance_manager/public/user_tuning/user_performance_tuning_manager.h"
#include "chrome/browser/performance_manager/test_support/fake_frame_throttling_delegate.h"
#include "chrome/browser/performance_manager/test_support/test_user_performance_tuning_manager_environment.h"
#include "components/performance_manager/public/features.h"
#include "components/performance_manager/public/user_tuning/prefs.h"
#include "components/prefs/testing_pref_service.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/scoped_accessibility_mode_override.h"
#include "testing/gtest/include/gtest/gtest.h"

class PerformanceManagerMetricsProviderCommonTest : public testing::Test {};

TEST_F(PerformanceManagerMetricsProviderCommonTest, A11yModeOff) {}

TEST_F(PerformanceManagerMetricsProviderCommonTest, A11yModeOn) {}

TEST_F(PerformanceManagerMetricsProviderCommonTest, MultipleA11yModeFlags) {}