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

Side by Side Diff: content/renderer/pepper/pepper_broker.h

Issue 21219002: Remove PluginDelegate completely. In a followup I'll rename PepperPluginDelegateImpl to something c… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_ 5 #ifndef CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_
6 #define CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_ 6 #define CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "base/process/process.h" 9 #include "base/process/process.h"
10 #include "base/sync_socket.h" 10 #include "base/sync_socket.h"
11 #include "content/common/content_export.h" 11 #include "content/common/content_export.h"
12 #include "content/renderer/pepper/plugin_delegate.h"
13 #include "content/renderer/pepper/ppb_broker_impl.h" 12 #include "content/renderer/pepper/ppb_broker_impl.h"
14 #include "ppapi/proxy/proxy_channel.h" 13 #include "ppapi/proxy/proxy_channel.h"
15 14
16 namespace IPC { 15 namespace IPC {
17 struct ChannelHandle; 16 struct ChannelHandle;
18 } 17 }
19 18
20 namespace ppapi { 19 namespace ppapi {
21 namespace proxy { 20 namespace proxy {
22 class BrokerDispatcher; 21 class BrokerDispatcher;
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 PluginModule* plugin_module_; 99 PluginModule* plugin_module_;
101 100
102 base::WeakPtr<PepperPluginDelegateImpl> delegate_; 101 base::WeakPtr<PepperPluginDelegateImpl> delegate_;
103 102
104 DISALLOW_COPY_AND_ASSIGN(PepperBroker); 103 DISALLOW_COPY_AND_ASSIGN(PepperBroker);
105 }; 104 };
106 105
107 } // namespace content 106 } // namespace content
108 107
109 #endif // CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_ 108 #endif // CONTENT_RENDERER_PEPPER_PEPPER_BROKER_H_
OLDNEW
« no previous file with comments | « content/renderer/pepper/mock_plugin_delegate.cc ('k') | content/renderer/pepper/pepper_file_io_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698