| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 51b8b85f90e4b0800e5a5e71f8d3edb31dee38a3..bb6ce249344e79dfb9df5c270d3af48936c0fa6f 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -455,7 +455,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
|
|
|