| Index: webkit/plugins/ppapi/plugin_module.h
|
| diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
|
| index 814ae3a964d7d31a6c1487c46a3385ac1c75136f..d9b016234d991032f67d6d0eaaf42c99e95cc80f 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.h
|
| +++ b/webkit/plugins/ppapi/plugin_module.h
|
| @@ -87,6 +87,12 @@ class WEBKIT_PLUGINS_EXPORT PluginModule :
|
| // ownership of the given pointer, even in the failure case.
|
| void InitAsProxied(PluginDelegate::OutOfProcessProxy* out_of_process_proxy);
|
|
|
| + // Initializes this module for the given NaCl proxy. This takes
|
| + // ownership of the given pointer, even in the failure case.
|
| + void InitAsProxiedNaCl(
|
| + PluginDelegate::OutOfProcessProxy* out_of_process_proxy,
|
| + PP_Instance instance);
|
| +
|
| static const PPB_Core* GetCore();
|
|
|
| // Returns a pointer to the local GetInterface function for retrieving
|
|
|