summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 19:12:59 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-27 19:12:59 +0000
commite658e759634b2e86a89431b786f756f472478586 (patch)
tree8ee2872a71265b8bd4d7194cc02d17d14fcf313d /chrome/test
parentad24711d3c1dbb2fbf332d112305ac51ac2e427d (diff)
downloadchromium_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.h2
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;