Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 70d5ac7c2e117b2a30fab25d4cdc2f0ed78934ea..88df4332d3ab16a53f0f3186829d071aa9f7fe98 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -460,7 +460,7 @@ IPC_MESSAGE_ROUTED0(ChromeViewMsg_SetAsInterstitial) |
// NetErrorHelper will receive this mesage and replace or update the error |
// page with more specific troubleshooting suggestions. |
IPC_MESSAGE_ROUTED1(ChromeViewMsg_NetErrorInfo, |
- int /* DNS probe result */) |
+ int /* DNS probe status */) |
//----------------------------------------------------------------------------- |
// Misc messages |