| Index: content/public/renderer/renderer_ppapi_host.h
|
| diff --git a/content/public/renderer/renderer_ppapi_host.h b/content/public/renderer/renderer_ppapi_host.h
|
| index f8a14325ca262c04d56d2df06ffd49ea5ccd833d..da4a9b51a0de538dd15f1c00ed9efe5bfff567d6 100644
|
| --- a/content/public/renderer/renderer_ppapi_host.h
|
| +++ b/content/public/renderer/renderer_ppapi_host.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/platform_file.h"
|
| +#include "base/process.h"
|
| #include "content/common/content_export.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "ppapi/c/pp_instance.h"
|
| @@ -67,6 +68,7 @@ class RendererPpapiHost {
|
| const FilePath& file_path,
|
| ppapi::PpapiPermissions permissions,
|
| const IPC::ChannelHandle& channel_handle,
|
| + base::ProcessId plugin_pid,
|
| int plugin_child_id);
|
|
|
| // Returns the RendererPpapiHost associated with the given PP_Instance,
|
|
|