| Index: content/shell/shell_messages.h
|
| diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
|
| index f2d6b988461771d5d87079ab6132c2641d438c32..d770e3492532b6bc90c9a1770799cf16303963f5 100644
|
| --- a/content/shell/shell_messages.h
|
| +++ b/content/shell/shell_messages.h
|
| @@ -27,10 +27,6 @@ IPC_MESSAGE_ROUTED3(ShellViewMsg_CaptureTextDump,
|
| IPC_MESSAGE_ROUTED1(ShellViewMsg_CaptureImageDump,
|
| std::string /* expected pixel hash */)
|
|
|
| -// Tells the render view that it should register itself as main window for the
|
| -// layout test.
|
| -IPC_MESSAGE_ROUTED0(ShellViewMsg_SetIsMainWindow)
|
| -
|
| // Tells the renderer to reset all test runners.
|
| IPC_MESSAGE_CONTROL0(ShellViewMsg_ResetAll)
|
|
|
|
|