| Index: content/browser/ppapi_plugin_process_host.h
|
| ===================================================================
|
| --- content/browser/ppapi_plugin_process_host.h (revision 171259)
|
| +++ content/browser/ppapi_plugin_process_host.h (working copy)
|
| @@ -13,6 +13,7 @@
|
| #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"
|
| #include "content/public/browser/browser_child_process_host_iterator.h"
|
| @@ -139,6 +140,9 @@
|
| ppapi::PpapiPermissions permissions_;
|
| scoped_ptr<BrowserPpapiHostImpl> host_impl_;
|
|
|
| + // Handles filesystem requests from flash plugins. May be NULL.
|
| + scoped_refptr<PepperFileMessageFilter> file_filter_;
|
| +
|
| // Observes network changes. May be NULL.
|
| scoped_ptr<PluginNetworkObserver> network_observer_;
|
|
|
|
|