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

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: Really fix ChromeOS Created 6 years, 11 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
===================================================================
--- chrome/common/render_messages.h (revision 248295)
+++ chrome/common/render_messages.h (working copy)
@@ -438,9 +438,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 the Link
+// Doctor FixURL service. Handled by the NetErrorHelper.
+IPC_MESSAGE_ROUTED5(ChromeViewMsg_SetLinkDoctorInfo,
+ GURL /* Link Doctor base URL */,
+ std::string /* language */,
+ std::string /* origin_country */,
+ std::string /* API key to use */,
+ GURL /* Google Search URL to use */)
//-----------------------------------------------------------------------------
// Misc messages

Powered by Google App Engine
This is Rietveld 408576698