| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index e2ed8385e5a04b1e3477bcc9a4a92012d8d114af..2c6508965127551a9c15baf337ad1f43db538372 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -464,7 +464,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
|
|
|