blob: 400f9c4e99f4ad58b927343081415c5a8d2ecbdb [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_TRACING_TRACING_FEATURES_H_
#define CHROME_BROWSER_TRACING_TRACING_FEATURES_H_
#include "base/feature_list.h"
#include "build/build_config.h"
#if BUILDFLAG(IS_WIN)
// A Feature to selectively enable connecting to the Windows system tracing
// service when the tracing service is started.
BASE_DECLARE_FEATURE(kWindowsSystemTracing);
#endif // BUILDFLAG(IS_WIN)
#endif // CHROME_BROWSER_TRACING_TRACING_FEATURES_H_