chromium/components/performance_manager/decorators/process_hosted_content_types_aggregator_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/decorators/process_hosted_content_types_aggregator.h"

#include <memory>

#include "components/performance_manager/public/graph/worker_node.h"
#include "components/performance_manager/test_support/graph_test_harness.h"
#include "url/origin.h"

namespace performance_manager {

ContentType;

class ProcessHostedContentTypesAggregatorTest : public GraphTestHarness {};

TEST_F(ProcessHostedContentTypesAggregatorTest,
       Extension_FrameCreatedAfterSetType) {}

TEST_F(ProcessHostedContentTypesAggregatorTest,
       Extension_FrameCreatedBeforeSetType) {}

TEST_F(ProcessHostedContentTypesAggregatorTest, MainFrameAndChildFrame) {}

TEST_F(ProcessHostedContentTypesAggregatorTest, AdFrame) {}

TEST_F(ProcessHostedContentTypesAggregatorTest, Worker) {}

}  // namespace performance_manager