Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 16df123c5decd320b8554602ffe9ec33f0d80e4a..ca1a3a1a1ac7554259a60adc8ddbbaa60b0c6f50 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -458,7 +458,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 |