diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 09:25:25 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-28 09:25:25 +0000 |
commit | c7e214cf0b45042f9d11790124def9aa00037aa0 (patch) | |
tree | 2adff2391d76bcd90f7e8026b09a3c9c437ddc9d /content/shell/shell_messages.h | |
parent | ebd84912ab6506a92a9cd93a24f305600a5a55d2 (diff) | |
download | chromium_src-c7e214cf0b45042f9d11790124def9aa00037aa0.zip chromium_src-c7e214cf0b45042f9d11790124def9aa00037aa0.tar.gz chromium_src-c7e214cf0b45042f9d11790124def9aa00037aa0.tar.bz2 |
When running in DRT mode, move the content shell window off-screen
BUG=111316
TEST=run content_shell --dump-render-tree, enter a URL, there should be no window
Review URL: https://chromiumcodereview.appspot.com/10694004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_messages.h')
-rw-r--r-- | content/shell/shell_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/shell_messages.h b/content/shell/shell_messages.h index ddf2a4a..a10addd 100644 --- a/content/shell/shell_messages.h +++ b/content/shell/shell_messages.h @@ -19,7 +19,7 @@ IPC_MESSAGE_ROUTED3(ShellViewMsg_CaptureTextDump, bool /* recursive */) // Tells the render view to capture an image of the page. The render view -// responds with a ShelLViewHostMsg_ImageDump. +// responds with a ShellViewHostMsg_ImageDump. IPC_MESSAGE_ROUTED1(ShellViewMsg_CaptureImageDump, std::string /* expected pixel hash */) |