Index: content/public/common/webplugininfo.h |
diff --git a/content/public/common/webplugininfo.h b/content/public/common/webplugininfo.h |
index 3d5feee978b9a5af4b5fdb6f51e5686bb2639613..3fb1998f4e06e29f4edc70f533c30073caf29b26 100644 |
--- a/content/public/common/webplugininfo.h |
+++ b/content/public/common/webplugininfo.h |
@@ -46,7 +46,6 @@ struct CONTENT_EXPORT WebPluginMimeType { |
// Describes an available NPAPI or Pepper plugin. |
struct CONTENT_EXPORT WebPluginInfo { |
enum PluginType { |
- PLUGIN_TYPE_NPAPI, |
PLUGIN_TYPE_PEPPER_IN_PROCESS, |
PLUGIN_TYPE_PEPPER_OUT_OF_PROCESS, |
PLUGIN_TYPE_BROWSER_PLUGIN |