chromium/components/performance_manager/graph_features_unittest.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 "components/performance_manager/embedder/graph_features.h"

#include "build/build_config.h"
#include "components/performance_manager/public/decorators/page_live_state_decorator.h"
#include "components/performance_manager/public/execution_context/execution_context_registry.h"
#include "components/performance_manager/test_support/graph_test_harness.h"
#include "components/performance_manager/v8_memory/v8_context_tracker.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace performance_manager {

class GraphFeaturesTest : public ::testing::Test {};

TEST_F(GraphFeaturesTest, ConfigureGraph) {}

TEST_F(GraphFeaturesTest, EnableDefault) {}

TEST_F(GraphFeaturesTest, StandardConfigurations) {}

}  // namespace performance_manager