| Index: webkit/plugins/ppapi/plugin_module.h
|
| diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
|
| index bf417d6882eb556c582b242431e1ed96b4a141bc..4d47459fbdfc84d6805dfe21ed1fe0baa2fd4295 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.h
|
| +++ b/webkit/plugins/ppapi/plugin_module.h
|
| @@ -122,6 +122,10 @@ class WEBKIT_PLUGINS_EXPORT PluginModule :
|
|
|
| bool IsProxied() const;
|
|
|
| + // Returns the peer process ID if the plugin is running out of process;
|
| + // returns |base::kNullProcessId| otherwise.
|
| + base::ProcessId GetPeerProcessId();
|
| +
|
| static const PPB_Core* GetCore();
|
|
|
| // Returns a pointer to the local GetInterface function for retrieving
|
|
|