diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 15:36:27 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-27 15:36:27 +0000 |
commit | 53d96fbbf880cad9f26d7f60941b6ea36baeb617 (patch) | |
tree | cdfed9fd6cf3efd18a205aeee216ab6a344ce5a2 /content/shell/shell_messages.h | |
parent | f309053b6d0629741c5a2386131dcdce1001845d (diff) | |
download | chromium_src-53d96fbbf880cad9f26d7f60941b6ea36baeb617.zip chromium_src-53d96fbbf880cad9f26d7f60941b6ea36baeb617.tar.gz chromium_src-53d96fbbf880cad9f26d7f60941b6ea36baeb617.tar.bz2 |
[content shell] block loading of non-local resources during layout tests, and add support for rewriting layout test urls
BUG=111316
TBR=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11348246
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_messages.h')
-rw-r--r-- | content/shell/shell_messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index d770e34..ac5a96a 100644 --- a/content/shell/shell_messages.h +++ b/content/shell/shell_messages.h @@ -30,6 +30,10 @@ IPC_MESSAGE_ROUTED1(ShellViewMsg_CaptureImageDump, // Tells the renderer to reset all test runners. IPC_MESSAGE_CONTROL0(ShellViewMsg_ResetAll) +// Sets the path to the WebKit checkout. +IPC_MESSAGE_CONTROL1(ShellViewMsg_SetWebKitSourceDir, + FilePath /* webkit source dir */) + // Send a text dump of the WebContents to the render host. IPC_MESSAGE_ROUTED1(ShellViewHostMsg_TextDump, std::string /* dump */) |