Index: chrome/common/pepper_plugin_registry.h |
=================================================================== |
--- chrome/common/pepper_plugin_registry.h (revision 51504) |
+++ chrome/common/pepper_plugin_registry.h (working copy) |
@@ -16,6 +16,8 @@ |
std::vector<std::string> mime_types; |
std::string name; |
std::string description; |
+ std::string file_extensions; |
+ std::string type_descriptions; |
}; |
// This class holds references to all of the known pepper plugin modules. |