summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_messages_internal.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 21:46:15 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-09 21:46:15 +0000
commit3683cbb58a3e46cc3bb3860268e7bcf6ca499a0b (patch)
treec72557a7a4f3f24328757dd3c658b58865b57c0c /chrome/test/automation/automation_messages_internal.h
parentb3d7a18cfceb5305aa563a321408665e4d7d3d12 (diff)
downloadchromium_src-3683cbb58a3e46cc3bb3860268e7bcf6ca499a0b.zip
chromium_src-3683cbb58a3e46cc3bb3860268e7bcf6ca499a0b.tar.gz
chromium_src-3683cbb58a3e46cc3bb3860268e7bcf6ca499a0b.tar.bz2
UI test portage, second try.
first try here: <http://codereview.chromium.org/63149> Review URL: http://codereview.chromium.org/67006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/automation/automation_messages_internal.h')
-rw-r--r--chrome/test/automation/automation_messages_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_messages_internal.h b/chrome/test/automation/automation_messages_internal.h
index 59599b1..b954b3f 100644
--- a/chrome/test/automation/automation_messages_internal.h
+++ b/chrome/test/automation/automation_messages_internal.h
@@ -360,7 +360,7 @@ IPC_BEGIN_MESSAGES(Automation)
// Opens a new browser window.
IPC_SYNC_MESSAGE_ROUTED1_0(AutomationMsg_OpenNewBrowserWindow,
- int /* show_command*/ )
+ bool /* show */ )
// This message requests the handle (int64 app-unique identifier) of the
// current active top window. On error, the returned handle value is 0.