// 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 "chrome/browser/metrics/chrome_metrics_service_crash_reporter.h" #include <string> #include "base/lazy_instance.h" #include "third_party/crashpad/crashpad/client/crashpad_info.h" // nogncheck namespace { // The stream type assigned to the minidump stream that holds the serialized // system profile proto. constexpr uint32_t kSystemProfileStreamType = …; } // namespace void ChromeMetricsServiceCrashReporter::OnEnvironmentUpdate( std::string& environment) { … }