| Index: content/shell/shell_messages.h
|
| diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h
|
| index e84f6e776da5998d235c17eb988323fabf95fdcd..9d8f7740aa25b172a1f2b05ea223b37c8d376eac 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)
|
|
|
|
|