Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index df5df2fa479feaa878185b5847e23e1d9066bc0d..acde5ad035bdd65f814609e0b7c57111cc3fc5a6 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -60,16 +60,8 @@ const base::FilePath::CharType kInternalPDFPluginFileName[] = |
FILE_PATH_LITERAL("libpdf.so"); |
#endif |
-// File name of the internal NaCl plugin on different platforms. |
const base::FilePath::CharType kInternalNaClPluginFileName[] = |
Mark Seaborn
2014/07/28 20:28:36
Is it difficult to remove the use of kInternalNaCl
teravest
2014/07/28 22:04:21
Yes, there's some more work involved that I'd rath
|
-#if defined(OS_WIN) |
- FILE_PATH_LITERAL("ppGoogleNaClPluginChrome.dll"); |
-#elif defined(OS_MACOSX) |
- // TODO(noelallen) Please verify this extention name is correct. |
- FILE_PATH_LITERAL("ppGoogleNaClPluginChrome.plugin"); |
-#else // Linux and Chrome OS |
- FILE_PATH_LITERAL("libppGoogleNaClPluginChrome.so"); |
-#endif |
+ FILE_PATH_LITERAL("internal-nacl-plugin"); |
const base::FilePath::CharType kEffectsPluginFileName[] = |
#if defined(OS_WIN) |