| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 03fa43ca44f3008a25dff2b974d6b55df57f828a..8b026daa2d4813b115d19263e7ad9795b264ed47 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1904,13 +1904,6 @@ IPC_MESSAGE_ROUTED3(ViewHostMsg_RegisterProtocolHandler,
|
| GURL /* url */,
|
| string16 /* title */)
|
|
|
| -// Register a new handler for Intents with the given action and type filter.
|
| -IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterIntentHandler,
|
| - string16 /* action */,
|
| - string16 /* type */,
|
| - string16 /* href */,
|
| - string16 /* title */)
|
| -
|
| // Stores new inspector setting in the profile.
|
| // TODO(jam): this should be in the chrome module
|
| IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting,
|
|
|