| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 7775f3a497b16d754b1c6eec1066b9a414473713..a3b4dab382f75cbb5cec0cdaa4ac1eb034f8887a 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -79,10 +79,6 @@ enum {
|
| // file.
|
| FILE_PDF_PLUGIN, // Full path to the internal PDF plugin file.
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| - FILE_NACL_HELPER, // Full path to Linux nacl_helper executable.
|
| - FILE_NACL_HELPER_BOOTSTRAP, // ... and nacl_helper_bootstrap executable.
|
| -#endif
|
| FILE_NACL_PLUGIN, // Full path to the internal NaCl plugin file.
|
| DIR_PNACL_BASE, // Full path to the base dir for PNaCl.
|
| DIR_PNACL_COMPONENT, // Full path to the latest PNaCl version
|
|
|