| Index: content/shell/shell_messages.h
|
| diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
|
| index 5b0b08301b2e46d888695710477574b01bc33c90..71217045005bbbf47855306d462d88a977875148 100644
|
| --- a/content/shell/shell_messages.h
|
| +++ b/content/shell/shell_messages.h
|
| @@ -16,6 +16,9 @@ IPC_STRUCT_BEGIN(ShellViewMsg_SetTestConfiguration_Params)
|
| // The current working directory.
|
| IPC_STRUCT_MEMBER(base::FilePath, current_working_directory)
|
|
|
| + // The temporary directory of the system.
|
| + IPC_STRUCT_MEMBER(base::FilePath, temp_path)
|
| +
|
| // The URL of the current layout test.
|
| IPC_STRUCT_MEMBER(GURL, test_url)
|
|
|
|
|