Index: chrome/common/chrome_paths.cc |
=================================================================== |
--- chrome/common/chrome_paths.cc (revision 97041) |
+++ chrome/common/chrome_paths.cc (working copy) |
@@ -52,12 +52,6 @@ |
FILE_PATH_LITERAL("libppGoogleNaClPluginChrome.so"); |
#endif |
-#if defined(OS_POSIX) && !defined(OS_MACOSX) |
-// File name of the nacl_helper, Linux only. |
-const FilePath::CharType kInternalNaClHelperFileName[] = |
- FILE_PATH_LITERAL("nacl_helper_bootstrap"); |
-#endif |
- |
} // namespace |
namespace chrome { |
@@ -240,13 +234,6 @@ |
return false; |
cur = cur.Append(kInternalNaClPluginFileName); |
break; |
-#if defined(OS_POSIX) && !defined(OS_MACOSX) |
- case chrome::FILE_NACL_HELPER: |
- if (!PathService::Get(base::DIR_MODULE, &cur)) |
- return false; |
- cur = cur.Append(kInternalNaClHelperFileName); |
- break; |
-#endif |
case chrome::FILE_RESOURCES_PACK: |
#if defined(OS_MACOSX) |
if (base::mac::AmIBundled()) { |