Index: content/renderer/pepper/plugin_module.cc |
diff --git a/content/renderer/pepper/plugin_module.cc b/content/renderer/pepper/plugin_module.cc |
index 48add88a06ac1661548337f6a14a1a744d54982a..5e126ab99f6d327119835f99db75226c5db92758 100644 |
--- a/content/renderer/pepper/plugin_module.cc |
+++ b/content/renderer/pepper/plugin_module.cc |
@@ -691,7 +691,7 @@ scoped_refptr<PluginModule> PluginModule::Create( |
// Out of process: have the browser start the plugin process for us. |
IPC::ChannelHandle channel_handle; |
- base::ProcessId peer_pid; |
+ base::ProcessId peer_pid = 0; |
int plugin_child_id = 0; |
render_frame->Send(new ViewHostMsg_OpenChannelToPepperPlugin( |
path, &channel_handle, &peer_pid, &plugin_child_id)); |