blob: 1c54e2ed45022a7ce8a8b7246f0ae80d9379f749 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SERVICES_HEAP_PROFILING_PUBLIC_MOJOM_HEAP_PROFILING_SERVICE_MOJOM_BLINK_FORWARD_H_
#define COMPONENTS_SERVICES_HEAP_PROFILING_PUBLIC_MOJOM_HEAP_PROFILING_SERVICE_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/associated_interface_ptr.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr_info.h"
#include "mojo/public/cpp/bindings/associated_interface_request.h"
#include "mojo/public/cpp/bindings/interface_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/pending_associated_receiver.h"
#include "mojo/public/cpp/bindings/pending_associated_remote.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "mojo/public/cpp/bindings/thread_safe_interface_ptr.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace heap_profiling {
namespace mojom {
enum class ProcessType : int32_t;
} // namespace heap_profiling
} // namespace mojom
namespace WTF {
template <typename T>
struct DefaultHash;
}
namespace WTF {
struct heap_profiling_mojom_internal_ProcessType_DataHashFn;
template <>
struct DefaultHash<::heap_profiling::mojom::ProcessType> {
using Hash = heap_profiling_mojom_internal_ProcessType_DataHashFn;
};
} // namespace WTF
namespace heap_profiling {
namespace mojom {
namespace blink {
using ProcessType = ProcessType; // Alias for definition in the parent namespace.
class ProfilingService;
// @generated_from: heap_profiling.mojom.ProfilingService
using ProfilingServicePtr = mojo::InterfacePtr<ProfilingService>;
using ProfilingServicePtrInfo = mojo::InterfacePtrInfo<ProfilingService>;
using ThreadSafeProfilingServicePtr =
mojo::ThreadSafeInterfacePtr<ProfilingService>;
// @generated_from: heap_profiling.mojom.ProfilingService
using ProfilingServiceRequest = mojo::InterfaceRequest<ProfilingService>;
// @generated_from: heap_profiling.mojom.ProfilingService
using ProfilingServiceAssociatedPtr =
mojo::AssociatedInterfacePtr<ProfilingService>;
using ThreadSafeProfilingServiceAssociatedPtr =
mojo::ThreadSafeAssociatedInterfacePtr<ProfilingService>;
using ProfilingServiceAssociatedPtrInfo =
mojo::AssociatedInterfacePtrInfo<ProfilingService>;
// @generated_from: heap_profiling.mojom.ProfilingService
using ProfilingServiceAssociatedRequest =
mojo::AssociatedInterfaceRequest<ProfilingService>;
} // namespace blink
} // namespace mojom
} // namespace heap_profiling
#endif // COMPONENTS_SERVICES_HEAP_PROFILING_PUBLIC_MOJOM_HEAP_PROFILING_SERVICE_MOJOM_BLINK_FORWARD_H_