| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 7d7ed1b038971b6254f9fc10e8c0a2a0eb5f13b1..361013c0f71331fc9d3f79068bb2b97be7b5247f 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
|
|
|