Index: trunk/src/chrome/common/render_messages.h |
=================================================================== |
--- trunk/src/chrome/common/render_messages.h (revision 254240) |
+++ trunk/src/chrome/common/render_messages.h (working copy) |
@@ -443,14 +443,9 @@ |
IPC_MESSAGE_ROUTED1(ChromeViewMsg_NetErrorInfo, |
int /* DNS probe status */) |
-// Provides the information needed by the renderer process to contact a |
-// navigation correction service. Handled by the NetErrorHelper. |
-IPC_MESSAGE_ROUTED5(ChromeViewMsg_SetNavigationCorrectionInfo, |
- GURL /* Navigation correction service base URL */, |
- std::string /* language */, |
- std::string /* origin_country */, |
- std::string /* API key to use */, |
- GURL /* Google Search URL to use */) |
+// Sets the alternate error page URL (Link Doctor) for the renderer process. |
+// Handled by the NetErrorHelper. |
+IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAltErrorPageURL, GURL) |
//----------------------------------------------------------------------------- |
// Misc messages |