Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index c6f8ebb32e1b3dc39e4365260ed13912c01dcba2..9e458c7b3376aa36fcc40323646da4fefa3a5bf4 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -199,16 +199,6 @@ const base::FilePath::CharType kThumbnailsFilename[] = FPL("Thumbnails"); |
const base::FilePath::CharType kTopSitesFilename[] = FPL("Top Sites"); |
const base::FilePath::CharType kWebAppDirname[] = FPL("Web Applications"); |
-// File name of the Pepper Flash plugin on different platforms. |
-const base::FilePath::CharType kPepperFlashPluginFilename[] = |
-#if defined(OS_MACOSX) |
- FPL("PepperFlashPlayer.plugin"); |
-#elif defined(OS_WIN) |
- FPL("pepflashplayer.dll"); |
-#else // OS_LINUX, etc. |
- FPL("libpepflashplayer.so"); |
-#endif |
- |
// directory names |
const wchar_t kUserDataDirname[] = L"User Data"; |