Index: content/public/common/pepper_plugin_info.cc |
=================================================================== |
--- content/public/common/pepper_plugin_info.cc (revision 213561) |
+++ content/public/common/pepper_plugin_info.cc (working copy) |
@@ -8,6 +8,12 @@ |
namespace content { |
+PepperPluginInfo::EntryPoints::EntryPoints() |
+ : get_interface(NULL), |
+ initialize_module(NULL), |
+ shutdown_module(NULL) { |
+} |
+ |
PepperPluginInfo::PepperPluginInfo() |
: is_internal(false), |
is_out_of_process(false), |