Index: chrome/browser/component_updater/pepper_flash_component_installer.cc |
=================================================================== |
--- chrome/browser/component_updater/pepper_flash_component_installer.cc (revision 98713) |
+++ chrome/browser/component_updater/pepper_flash_component_installer.cc (working copy) |
@@ -18,6 +18,7 @@ |
#include "content/browser/browser_thread.h" |
#include "content/common/pepper_plugin_registry.h" |
#include "webkit/plugins/npapi/plugin_list.h" |
+#include "webkit/plugins/plugin_constants.h" |
namespace { |
@@ -47,12 +48,6 @@ |
"NixFlapper"; |
#endif |
-const char* kFlashPluginName = "Shockwave Flash"; |
-const char* kFlashPluginSwfMimeType = "application/x-shockwave-flash"; |
-const char* kFlashPluginSwfExtension = "swf"; |
-const char* kFlashPluginSplMimeType = "application/futuresplash"; |
-const char* kFlashPluginSplExtension = "spl"; |
- |
// The pepper flash plugins are in a directory with this name. |
const FilePath::CharType kPepperFlashBaseDirectory[] = |
FILE_PATH_LITERAL("PepperFlash"); |