Chromium Code Reviews| Index: chrome/browser/nacl_host/nacl_process_host.h |
| diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h |
| index 5a0d80b7ebf8a584673c125fb6d0264e4edac1f4..ed871c6699fc3d385160424f67939ba565d96b0c 100644 |
| --- a/chrome/browser/nacl_host/nacl_process_host.h |
| +++ b/chrome/browser/nacl_host/nacl_process_host.h |
| @@ -112,6 +112,11 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate { |
| // is enabled. |
| SocketDescriptor GetDebugStubSocketHandle(); |
| #endif |
| +#if defined(OS_WIN) |
| + // Get path to NaCl loader on local disk if possible. |
|
Mark Seaborn
2013/05/31 19:42:30
Nit: "disk" -> "filesystem", since a lot of system
|
| + // |exe_path| does not change if the method fails. |
| + bool GetNaclAppPath(base::FilePath& exe_path); |
|
dmichael (off chromium)
2013/05/31 19:42:18
style nit: We use pointers for out-params in Chrom
Mark Seaborn
2013/05/31 19:42:30
This should be spelled as "NaCl", not "Nacl". Can
|
| +#endif |
| // Get path to manifest on local disk if possible. |
| base::FilePath GetManifestPath(); |
| bool LaunchSelLdr(); |