Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: extensions/renderer/guest_view/extensions_guest_view_container_dispatcher.h

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/macros.h" 5 #include "base/macros.h"
6 #include "components/guest_view/renderer/guest_view_container_dispatcher.h" 6 #include "components/guest_view/renderer/guest_view_container_dispatcher.h"
7 7
8 namespace extensions { 8 namespace extensions {
9 9
10 class ExtensionsGuestViewContainerDispatcher 10 class ExtensionsGuestViewContainerDispatcher
11 : public guest_view::GuestViewContainerDispatcher { 11 : public guest_view::GuestViewContainerDispatcher {
12 public: 12 public:
13 ExtensionsGuestViewContainerDispatcher(); 13 ExtensionsGuestViewContainerDispatcher();
14 ~ExtensionsGuestViewContainerDispatcher() override; 14 ~ExtensionsGuestViewContainerDispatcher() override;
15 15
16 private: 16 protected:
17 // guest_view::GuestViewContainerDispatcher implementation. 17 // guest_view::GuestViewContainerDispatcher implementation.
18 bool HandlesMessage(const IPC::Message& message) override; 18 bool HandlesMessage(const IPC::Message& message) override;
19 19
20 DISALLOW_COPY_AND_ASSIGN(ExtensionsGuestViewContainerDispatcher); 20 DISALLOW_COPY_AND_ASSIGN(ExtensionsGuestViewContainerDispatcher);
21 }; 21 };
22 22
23 } // namespace extensions 23 } // namespace extensions
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/extensions_guest_view_message_filter.cc ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698