Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 05e72c65c80819765398ddcb613391f6d8846d2c..b000327dc9d11f1515190d46dbad9192799c8d19 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -2055,13 +2055,6 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterIntentHandler, |
string16 /* href */, |
string16 /* title */) |
-// Route the startActivity Intents call from a page to the service picker. |
-IPC_MESSAGE_ROUTED4(ViewHostMsg_WebIntentDispatch, |
- string16 /* action */, |
- string16 /* type */, |
- string16 /* payload data */, |
- int /* intent ID */) |
- |
// Stores new inspector setting in the profile. |
// TODO(jam): this should be in the chrome module |
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting, |