Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 7a7c5cfdade74b709978af956ffb0a24480bb4ed..cab05afba178cc70aec3d55852bc124c30461bbf 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -422,7 +422,8 @@ IPC_MESSAGE_CONTROL1(ChromeViewMsg_ToggleWebKitSharedTimer, |
// why a recent main frame load failed (currently, just DNS probe result). |
// NetErrorHelper will receive this mesage and replace or update the error |
// page with more specific troubleshooting suggestions. |
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_NetErrorInfo, |
+IPC_MESSAGE_ROUTED2(ChromeViewMsg_NetErrorInfo, |
+ int /* DNS probe status */, |
int /* DNS probe result */) |
//----------------------------------------------------------------------------- |