| Index: chrome/common/render_messages.h
|
| ===================================================================
|
| --- chrome/common/render_messages.h (revision 263850)
|
| +++ chrome/common/render_messages.h (working copy)
|
| @@ -445,14 +445,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
|
|
|