| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index a3e453ad2a7e4d1c2bf086d228b606c7f8d533f8..289089d16a1b58c0f42e7bf116cbbd398147cbbe 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -422,7 +422,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
|
|
|