diff options
author | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 15:05:42 +0000 |
---|---|---|
committer | yael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-22 15:05:42 +0000 |
commit | 5acc2bc6403cfc445f36c4361e77b58beec340cc (patch) | |
tree | 8b83d170f43cea95aa98c16a35e8f3905227d0f3 /chrome/common/chrome_paths.h | |
parent | b5c983d562e9f3479e92bcd3ca89ca1055581c85 (diff) | |
download | chromium_src-5acc2bc6403cfc445f36c4361e77b58beec340cc.zip chromium_src-5acc2bc6403cfc445f36c4361e77b58beec340cc.tar.gz chromium_src-5acc2bc6403cfc445f36c4361e77b58beec340cc.tar.bz2 |
Separate FILE_NACL_HELPER and FILE_NACL_HELPER_BOOTSTRAP to their own file.
This is in preparation for moving NaCl code out of chrome layer and into components.
BUG=244791
Review URL: https://chromiumcodereview.appspot.com/17198013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 99c44d0..717157b 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 |