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

Unified Diff: chrome/common/extensions/extension_messages.h

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comment in app_window_contents.cc Created 7 years, 3 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/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 */)

Powered by Google App Engine
This is Rietveld 408576698