Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: content/shell/shell_messages.h

Issue 12282041: [content shell] implement pathToLocalResource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698