Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9767)

Unified Diff: chrome/common/chrome_paths.cc

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698