// Copyright 2020 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/network/public/cpp/crash_keys.h" #include <utility> #include "base/debug/crash_logging.h" namespace network::debug { namespace { base::debug::CrashKeyString* GetCrashKey() { … } } // namespace void SetDeserializationCrashKeyString(std::string_view str) { … } void ClearDeserializationCrashKeyString() { … } } // namespace network::debug