| Index: components/nacl/browser/pnacl_host.h
|
| diff --git a/components/nacl/browser/pnacl_host.h b/components/nacl/browser/pnacl_host.h
|
| index 2a0bb874f668a0d25b369c9b9b4b3df5520f93a5..c9e93c62ff770edf120f002021a81468d21c6a29 100644
|
| --- a/components/nacl/browser/pnacl_host.h
|
| +++ b/components/nacl/browser/pnacl_host.h
|
| @@ -66,8 +66,8 @@ class PnaclHost {
|
| // TranslationFinished after it finishes translation to allow the nexe to be
|
| // stored in the cache.
|
| // The returned temp fd may be closed at any time by PnaclHost, so it should
|
| - // be duplicated (e.g. with IPC::GetFileHandleForProcess) before the callback
|
| - // returns.
|
| + // be duplicated (e.g. with IPC::GetPlatformFileForTransit) before the
|
| + // callback returns.
|
| // If |is_incognito| is true, the nexe will not be stored
|
| // in the cache, but the renderer is still expected to call
|
| // TranslationFinished.
|
|
|