Index: chrome/common/chrome_paths.cc |
=================================================================== |
--- chrome/common/chrome_paths.cc (revision 98909) |
+++ chrome/common/chrome_paths.cc (working copy) |
@@ -53,10 +53,8 @@ |
#endif |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
-// File name of the nacl_helper and nacl_helper_bootstrap, Linux only. |
+// File name of the nacl_helper, Linux only. |
const FilePath::CharType kInternalNaClHelperFileName[] = |
- FILE_PATH_LITERAL("nacl_helper"); |
-const FilePath::CharType kInternalNaClHelperBootstrapFileName[] = |
FILE_PATH_LITERAL("nacl_helper_bootstrap"); |
#endif |
@@ -248,11 +246,6 @@ |
return false; |
cur = cur.Append(kInternalNaClHelperFileName); |
break; |
- case chrome::FILE_NACL_HELPER_BOOTSTRAP: |
- if (!PathService::Get(base::DIR_MODULE, &cur)) |
- return false; |
- cur = cur.Append(kInternalNaClHelperBootstrapFileName); |
- break; |
#endif |
case chrome::FILE_RESOURCES_PACK: |
#if defined(OS_MACOSX) |