Index: chrome/common/extensions/extension_messages.h |
diff --git a/chrome/common/extensions/extension_messages.h b/chrome/common/extensions/extension_messages.h |
index 8d3b3e19a9dc0d78c54b29ea17a5365f5b6f6571..8d8c328f52fd973c699c791f64ae309159644cd5 100644 |
--- a/chrome/common/extensions/extension_messages.h |
+++ b/chrome/common/extensions/extension_messages.h |
@@ -646,3 +646,9 @@ IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddDOMActionToActivityLog, |
// to change. |
IPC_MESSAGE_ROUTED1(ExtensionHostMsg_OnWatchedPageChange, |
std::vector<std::string> /* Matching CSS selectors */) |
+ |
+// Instructs the browser to redirect a URL to an extension that has registered |
+// itself for handling a matching URL pattern. |
+IPC_MESSAGE_ROUTED2(ExtensionHostMsg_RedirectUrl, |
+ GURL /* URL to redirect */, |
+ GURL /* referrer URL */) |