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

Unified Diff: chrome/common/render_messages.h

Issue 137623011: Switch to using the new Link Doctor API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Remove bonus line from a merge conflict 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 | « chrome/common/localized_error.cc ('k') | 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: chrome/common/render_messages.h
===================================================================
--- chrome/common/render_messages.h (revision 253247)
+++ chrome/common/render_messages.h (working copy)
@@ -443,9 +443,14 @@
IPC_MESSAGE_ROUTED1(ChromeViewMsg_NetErrorInfo,
int /* DNS probe status */)
-// Sets the alternate error page URL (Link Doctor) for the renderer process.
-// Handled by the NetErrorHelper.
-IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAltErrorPageURL, GURL)
+// 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 */)
//-----------------------------------------------------------------------------
// Misc messages
« no previous file with comments | « chrome/common/localized_error.cc ('k') | chrome/renderer/net/net_error_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698