| Index: content/renderer/pepper/pepper_plugin_registry.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_registry.cc b/content/renderer/pepper/pepper_plugin_registry.cc
|
| index 11ec935c4e97878ff9685702db19357c20191f31..38a4aa3db76c51a851659d669c07a46c34f9f770 100644
|
| --- a/content/renderer/pepper/pepper_plugin_registry.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_registry.cc
|
| @@ -117,6 +117,7 @@ void PepperPluginRegistry::Initialize() {
|
|
|
| scoped_refptr<PluginModule> module =
|
| new PluginModule(current.name,
|
| + current.version,
|
| current.path,
|
| ppapi::PpapiPermissions(current.permissions));
|
| AddLiveModule(current.path, module.get());
|
|
|