chromium/extensions/common/crash_keys.cc

// 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 "extensions/common/crash_keys.h"

#include "base/strings/string_number_conversions.h"
#include "components/crash/core/common/crash_key.h"
#include "components/crash/core/common/crash_keys.h"

namespace extensions::crash_keys {

void SetActiveExtensions(const std::set<ExtensionId>& extensions) {}

}  // namespace extensions::crash_keys