// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/resource_coordinator/memory_instrumentation/switches.h" namespace memory_instrumentation { namespace switches { // Disable the tracing service graph compuation while writing the trace. const char kDisableChromeTracingComputation[] = …; const char kUseHeapProfilingProtoWriter[] = …; } // namespace switches } // namespace memory_instrumentation