// Copyright 2014 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_RENDERER_GUEST_VIEW_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ #define EXTENSIONS_RENDERER_GUEST_VIEW_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_ #include "components/guest_view/common/guest_view.mojom.h" #include "extensions/renderer/object_backed_native_handler.h" #include "mojo/public/cpp/bindings/associated_remote.h" namespace extensions { // Implements custom bindings for the guestViewInternal API. class GuestViewInternalCustomBindings : public ObjectBackedNativeHandler { … }; } // namespace extensions #endif // EXTENSIONS_RENDERER_GUEST_VIEW_GUEST_VIEW_INTERNAL_CUSTOM_BINDINGS_H_