Index: chrome/browser/ui/webui/plugins/plugins_handler.cc |
diff --git a/chrome/browser/ui/webui/plugins/plugins_handler.cc b/chrome/browser/ui/webui/plugins/plugins_handler.cc |
index ded2d1653d8b7ad3188e3012105cb4f839a8421a..d3996d20f1d5c03d5b2c5b881f16a37ed8d0524c 100644 |
--- a/chrome/browser/ui/webui/plugins/plugins_handler.cc |
+++ b/chrome/browser/ui/webui/plugins/plugins_handler.cc |
@@ -50,8 +50,6 @@ base::string16 PluginTypeToString(int type) { |
// enumeration type gives us better build-time error checking (if someone adds |
// a new type). |
switch (static_cast<WebPluginInfo::PluginType>(type)) { |
- case WebPluginInfo::PLUGIN_TYPE_NPAPI: |
- return l10n_util::GetStringUTF16(IDS_PLUGINS_NPAPI); |
case WebPluginInfo::PLUGIN_TYPE_PEPPER_IN_PROCESS: |
return l10n_util::GetStringUTF16(IDS_PLUGINS_PPAPI_IN_PROCESS); |
case WebPluginInfo::PLUGIN_TYPE_PEPPER_OUT_OF_PROCESS: |