Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index ca4634b8bc07eb5752c0b3cfb66339df98b41a7c..0d54d9e10971e411c302e9ce2866505d6e34f8ef 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1494,6 +1494,12 @@ IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterProtocolHandler, |
| base::string16 /* title */, |
| bool /* user_gesture */) |
| +// Unregister the registered handler for URL requests with the given scheme. |
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_UnregisterProtocolHandler, |
|
jochen (gone - plz use gerrit)
2014/07/10 11:30:07
you'll need an security review for this
|
| + 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, |