Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6510)

Unified Diff: chrome/common/render_messages.h

Issue 13270005: Display DNS probe results. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rework NetErrorHelper state machine a little Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698