| Index: content/shell/shell_messages.h
|
| diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
|
| index 72114f069bdd84f7743b25bc124ebac77108c833..08cc391ce37252c29980963fb4795916a98ff95c 100644
|
| --- a/content/shell/shell_messages.h
|
| +++ b/content/shell/shell_messages.h
|
| @@ -59,6 +59,11 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DidFinishLoad)
|
| IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage,
|
| std::string /* message */)
|
|
|
| +// Read a file and returns its contents.
|
| +IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_ReadFileToString,
|
| + FilePath /* local path */,
|
| + std::string /* contents */)
|
| +
|
| // The following messages correspond to methods of the testRunner.
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_NotifyDone)
|
| IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DumpAsText)
|
|
|