diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 19:12:59 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-27 19:12:59 +0000 |
commit | e658e759634b2e86a89431b786f756f472478586 (patch) | |
tree | 8ee2872a71265b8bd4d7194cc02d17d14fcf313d /chrome/test | |
parent | ad24711d3c1dbb2fbf332d112305ac51ac2e427d (diff) | |
download | chromium_src-e658e759634b2e86a89431b786f756f472478586.zip chromium_src-e658e759634b2e86a89431b786f756f472478586.tar.gz chromium_src-e658e759634b2e86a89431b786f756f472478586.tar.bz2 |
Enable passing unload tests on Linux.
Also make one execute significantly faster.
BUG=45021
TEST=they pass consistently
Review URL: http://codereview.chromium.org/2296001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/automation/automation_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h index 45286fe..267bc3e 100644 --- a/chrome/test/automation/automation_proxy.h +++ b/chrome/test/automation/automation_proxy.h @@ -115,7 +115,7 @@ class AutomationProxy : public IPC::Channel::Listener, bool GetShowingAppModalDialog(bool* showing_app_modal_dialog, MessageBoxFlags::DialogButton* button) WARN_UNUSED_RESULT; - // Simulates a click on a dialog button. + // Simulates a click on a dialog button. Synchronous. bool ClickAppModalDialogButton( MessageBoxFlags::DialogButton button) WARN_UNUSED_RESULT; |