Move LinkDoctor out of content and into chrome.
This is in preparation for using the new LinkDoctor API.

BUG=308232
[email protected], [email protected], [email protected]

Review URL: https://codereview.chromium.org/67283002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244611 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index 75aadd0..3abb6061 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -440,6 +440,10 @@
 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)
+
 //-----------------------------------------------------------------------------
 // Misc messages
 // These are messages sent from the renderer to the browser process.