1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/guest_view/renderer/guest_view_container_dispatcher.h"
9 class ExtensionsGuestViewContainerDispatcher
10 : public guest_view::GuestViewContainerDispatcher
{
12 ExtensionsGuestViewContainerDispatcher();
13 ~ExtensionsGuestViewContainerDispatcher() override
;
16 // guest_view::GuestViewContainerDispatcher implementation.
17 bool HandlesMessage(const IPC::Message
& message
) override
;
19 DISALLOW_COPY_AND_ASSIGN(ExtensionsGuestViewContainerDispatcher
);
22 } // namespace extensions