| Index: content/shell/common/shell_messages.h
|
| diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h
|
| index 536a8396f4f24dd7282cf223f68011d39899cc7e..ebdecb80d8c4b7e747c24bfb19a9726016c27bc8 100644
|
| --- a/content/shell/common/shell_messages.h
|
| +++ b/content/shell/common/shell_messages.h
|
| @@ -89,8 +89,6 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_Reload)
|
| IPC_MESSAGE_ROUTED2(ShellViewHostMsg_LoadURLForFrame,
|
| GURL /* url */,
|
| std::string /* frame_name */)
|
| -IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDeviceScaleFactor,
|
| - float /* factor */)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CaptureSessionHistory)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseRemainingWindows)
|
|
|
|
|