#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) { … }
}