Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: content/common/view_messages.h

Issue 11820009: Distinguish plugin disconnections from plugin crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698