| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 74f3a3c2d57237e39e2e15848b8888b18ed0ff60..864fc2ca31cdc34e6e71b2f437f009d9d7ca9013 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2004,8 +2004,9 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_AddMessageToConsole,
|
|
|
| // Sent by the renderer process to indicate that a plugin instance has
|
| // crashed.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_CrashedPlugin,
|
| - FilePath /* plugin_path */)
|
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_CrashedPlugin,
|
| + FilePath /* plugin_path */,
|
| + base::ProcessId /* plugin_pid */)
|
|
|
| // Displays a box to confirm that the user wants to navigate away from the
|
| // page. Replies true if yes, false otherwise, the reply string is ignored,
|
|
|