blob: 2c7fc2d0942eeb78ce64f0ceba579b1c4ed0c591 [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 subprocess should be profiled.
const char kSubprocessHeapProfiling[] = "subproc-heap-profiling";
} // namespace heap_profiling::switches