diff options
Diffstat (limited to 'content/shell/shell_messages.h')
-rw-r--r-- | content/shell/shell_messages.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index 5b0b083..7121704 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) |