chromium/content/web_test/browser/web_test_tracing_controller.cc

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

#include "content/web_test/browser/web_test_tracing_controller.h"

#include "base/compiler_specific.h"
#include "base/task/single_thread_task_runner.h"
#include "base/threading/thread_restrictions.h"
#include "base/trace_event/trace_config.h"
#include "services/tracing/public/cpp/perfetto/perfetto_config.h"
#include "third_party/perfetto/include/perfetto/tracing/tracing.h"

namespace content {

WebTestTracingController::WebTestTracingController(
    base::FilePath trace_file_path)
    :{}

WebTestTracingController::~WebTestTracingController() {}

void WebTestTracingController::StartTracing() {}

void WebTestTracingController::StopTracing() {}

void WebTestTracingController::OnTracingStopped() {}

void WebTestTracingController::TracingFinished() {}

}  // namespace content