| Index: content/browser/ppapi_plugin_process_host.h
|
| diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
|
| index 07712be3011852569f4742f07d5b84c3c50dc43d..871666da8aff28096b15f32e04ea7fcef47ef509 100644
|
| --- a/content/browser/ppapi_plugin_process_host.h
|
| +++ b/content/browser/ppapi_plugin_process_host.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "content/browser/renderer_host/pepper/browser_ppapi_host_impl.h"
|
| #include "content/browser/renderer_host/pepper/pepper_file_message_filter.h"
|
| #include "content/browser/renderer_host/pepper/pepper_message_filter.h"
|
| #include "content/public/browser/browser_child_process_host_delegate.h"
|
| @@ -123,6 +124,8 @@ class PpapiPluginProcessHost : public content::BrowserChildProcessHostDelegate,
|
| // Handles most requests from the plugin. May be NULL.
|
| scoped_refptr<PepperMessageFilter> filter_;
|
|
|
| + scoped_ptr<content::BrowserPpapiHostImpl> host_impl_;
|
| +
|
| // Handles filesystem requests from flash plugins. May be NULL.
|
| scoped_refptr<PepperFileMessageFilter> file_filter_;
|
|
|
|
|