Index: chrome/common/pepper_plugin_registry.h |
=================================================================== |
--- chrome/common/pepper_plugin_registry.h (revision 50670) |
+++ chrome/common/pepper_plugin_registry.h (working copy) |
@@ -7,12 +7,11 @@ |
#include <string> |
#include <map> |
-#include <vector> |
#include "webkit/glue/plugins/pepper_plugin_module.h" |
struct PepperPluginInfo { |
- FilePath path; // Internal plugins are of the form "internal-[name]". |
+ FilePath path; |
std::vector<std::string> mime_types; |
}; |
@@ -29,14 +28,6 @@ |
pepper::PluginModule* GetModule(const FilePath& path) const; |
private: |
- static void GetPluginInfoFromSwitch(std::vector<PepperPluginInfo>* plugins); |
- |
- struct InternalPluginInfo : public PepperPluginInfo { |
- pepper::PluginModule::EntryPoints entry_points; |
- }; |
- typedef std::vector<InternalPluginInfo> InternalPluginInfoList; |
- static void GetInternalPluginInfo(InternalPluginInfoList* plugin_info); |
- |
PepperPluginRegistry(); |
typedef scoped_refptr<pepper::PluginModule> ModuleHandle; |