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

Unified Diff: trunk/src/chrome/common/render_messages.h

Issue 185003002: Revert 254207 "Switch to using the new Link Doctor API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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
« no previous file with comments | « trunk/src/chrome/common/localized_error.cc ('k') | trunk/src/chrome/renderer/net/net_error_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « trunk/src/chrome/common/localized_error.cc ('k') | trunk/src/chrome/renderer/net/net_error_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698