Chromium Code Reviews| Index: content/shell/shell_messages.h |
| diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h |
| index a10addd1c841bbf2a18ca25e42d3f2a641c73f2c..8ed5b2c404438c2e531d211d2ac455200186708a 100644 |
| --- a/content/shell/shell_messages.h |
| +++ b/content/shell/shell_messages.h |
| @@ -44,3 +44,7 @@ IPC_MESSAGE_ROUTED1( |
| ShellViewHostMsg_SetShouldStayOnPageAfterHandlingBeforeUnload, |
| bool /* should_stay_on_page */) |
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_WaitUntilDone) |
| + |
| +IPC_MESSAGE_ROUTED2(ShellViewHostMsg_NotImplemented, |
| + std::string /* object name */, |
|
jam
2012/07/09 16:39:47
nit object_name, and property_name
jochen (gone - plz use gerrit)
2012/07/09 19:25:52
Done.
|
| + std::string /* property name */) |