Chromium Code Reviews| Index: chrome/common/render_messages_internal.h |
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
| index dada88c3bd61d644cf347a9a91d446c57a98d202..aadd897d7e78e3ebcc3e643bc94cb3368c0725ab 100644 |
| --- a/chrome/common/render_messages_internal.h |
| +++ b/chrome/common/render_messages_internal.h |
| @@ -2528,3 +2528,10 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_PDFHasUnsupportedFeature) |
| IPC_MESSAGE_ROUTED2(ViewMsg_JavaScriptStressTestControl, |
| int /* cmd */, |
| int /* param */) |
| + |
| +// Register protocol handler -------------------------------------------------- |
| + |
| +IPC_MESSAGE_ROUTED3(ViewHostMsg_RegisterProtocolHandler, |
| + std::string /* scheme */, |
| + std::string /* url */, |
| + std::string /* title */) |
|
tony
2011/02/07 20:51:45
I would pass title as string16 to avoid ambiguity
koz (OOO until 15th September)
2011/02/13 22:33:48
Done.
|