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

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 6960bf3c61e3bd02a701c4c3d91821208cfcf337..ad64d2fb0b7a34c05a54cbe21df1216fdd3509fc 100644
--- a/chrome/common/chrome_paths.cc
+++ b/chrome/common/chrome_paths.cc
@@ -59,7 +59,10 @@ const base::FilePath::CharType kInternalPDFPluginFileName[] =
FILE_PATH_LITERAL("libpdf.so");
#endif
-// File name of the internal NaCl plugin on different platforms.
+// Historical file name of the internal NaCl plugin on different platforms.
+// TODO(teravest): See if we can change the strings here to not be an explicit
+// filename. I've left this as the historical value in case disabled-plugin
+// information is stored relative to file path.
dmichael (off chromium) 2014/07/18 18:08:37 Hmm, chromoting seems to use a special string: int
teravest 2014/07/28 18:40:08 Done.
const base::FilePath::CharType kInternalNaClPluginFileName[] =
#if defined(OS_WIN)
FILE_PATH_LITERAL("ppGoogleNaClPluginChrome.dll");

Powered by Google App Engine
This is Rietveld 408576698