| Index: components/nacl/browser/nacl_process_host.h
|
| diff --git a/components/nacl/browser/nacl_process_host.h b/components/nacl/browser/nacl_process_host.h
|
| index 2e07c7ae4f60e9c0ddee81f1ab0085243be7c657..a02d772f9dbfc24249c95ae979ddbc85f4afbf93 100644
|
| --- a/components/nacl/browser/nacl_process_host.h
|
| +++ b/components/nacl/browser/nacl_process_host.h
|
| @@ -45,6 +45,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| public:
|
| // manifest_url: the URL of the manifest of the Native Client plugin being
|
| // executed.
|
| + // permissions: PPAPI permissions, to control access to private APIs.
|
| // render_view_id: RenderView routing id, to control access to private APIs.
|
| // permission_bits: controls which interfaces the NaCl plugin can use.
|
| // uses_irt: whether the launched process should use the IRT.
|
| @@ -60,6 +61,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
|
| // off_the_record: was the process launched from an incognito renderer?
|
| // profile_directory: is the path of current profile directory.
|
| NaClProcessHost(const GURL& manifest_url,
|
| + ppapi::PpapiPermissions permissions,
|
| int render_view_id,
|
| uint32 permission_bits,
|
| bool uses_irt,
|
|
|