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

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: Created 7 years, 9 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 7a7c5cfdade74b709978af956ffb0a24480bb4ed..cab05afba178cc70aec3d55852bc124c30461bbf 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -422,7 +422,8 @@ IPC_MESSAGE_CONTROL1(ChromeViewMsg_ToggleWebKitSharedTimer,
// why a recent main frame load failed (currently, just DNS probe result).
// NetErrorHelper will receive this mesage and replace or update the error
// page with more specific troubleshooting suggestions.
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_NetErrorInfo,
+IPC_MESSAGE_ROUTED2(ChromeViewMsg_NetErrorInfo,
+ int /* DNS probe status */,
int /* DNS probe result */)
//-----------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698