| Index: webkit/plugins/ppapi/plugin_module.h
|
| diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
|
| index 0a2371495be5602d0210fe808dff29daabdb8263..13a6f22a2b4ddbc97286930959400a60061e982b 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.h
|
| +++ b/webkit/plugins/ppapi/plugin_module.h
|
| @@ -114,6 +114,8 @@ class WEBKIT_PLUGINS_EXPORT PluginModule :
|
| // must be called before calling InitAsProxiedNaCl. Returns true on success.
|
| bool InitAsProxiedNaCl(PluginInstance* instance);
|
|
|
| + bool IsProxied() const;
|
| +
|
| static const PPB_Core* GetCore();
|
|
|
| // Returns a pointer to the local GetInterface function for retrieving
|
|
|