| Index: content/shell/shell_messages.h
|
| diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
|
| index a10addd1c841bbf2a18ca25e42d3f2a641c73f2c..b0603bfe03daa6241400e7cec695afd6dbae4ae8 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 */,
|
| + std::string /* property_name */)
|
|
|