blob: 154f05028719da1bca801d8472a5d7edee64a7f0 [file] [log] [blame]
// Copyright 2024 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/heap_profiling/in_process/switches.h"
namespace heap_profiling::switches {
// Forces Heap Profiling on for a subprocess. The browser will add this when
// the kHeapProfilerCentralControl feature is enabled and the subprocess should
// be profiled.
const char kSubprocessHeapProfiling[] = "subproc-heap-profiling";
} // namespace heap_profiling::switches