// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_COMMON_API_MESSAGING_MESSAGING_ENDPOINT_H_ #define EXTENSIONS_COMMON_API_MESSAGING_MESSAGING_ENDPOINT_H_ #include <optional> #include <string> #include "base/debug/crash_logging.h" #include "extensions/common/extension_id.h" #include "extensions/common/mojom/message_port.mojom-shared.h" namespace extensions { struct MessagingEndpoint { … }; namespace debug { class ScopedMessagingEndpointCrashKeys { … }; } // namespace debug } // namespace extensions #endif // EXTENSIONS_COMMON_API_MESSAGING_MESSAGING_ENDPOINT_H_