| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 99c44d0615f3ebc87664487367c3e2b3c2037494..717157bc0d89e4eb87843dbb40d6e012b5d9df8d 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -78,10 +78,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
|
|
|