Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 584d9a7ee14b4541758c0ff31c7ce00a43dbc087..1732e070d9287cbf92cdba9472da36e8ffd97b2d 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -449,7 +449,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 |