Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 144430ad4ca7bd3ca4dd61a337b5d324ab872433..4731f201b4aaae30633fc7a5dc27639cb15d1a42 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -1493,6 +1493,12 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterProtocolHandler, |
base::string16 /* title */, |
bool /* user_gesture */) |
+// Unregister a new handler for URL requests with the given scheme. |
+IPC_MESSAGE_ROUTED3(ViewHostMsg_UnregisterProtocolHandler, |
+ std::string /* scheme */, |
+ GURL /* url */, |
+ bool /* user_gesture */) |
+ |
// Stores new inspector setting in the profile. |
// TODO(jam): this should be in the chrome module |
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting, |