summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automation/automation_proxy.h')
-rw-r--r--chrome/test/automation/automation_proxy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/automation/automation_proxy.h b/chrome/test/automation/automation_proxy.h
index 323538c..cfc8c8b 100644
--- a/chrome/test/automation/automation_proxy.h
+++ b/chrome/test/automation/automation_proxy.h
@@ -87,6 +87,9 @@ class AutomationProxy : public IPC::Channel::Listener,
// set_perform_version_check() to set it.
AutomationLaunchResult WaitForAppLaunch();
+ // See description in AutomationMsg_WaitForProcessLauncherThreadToGoIdle.
+ bool WaitForProcessLauncherThreadToGoIdle() WARN_UNUSED_RESULT;
+
// Waits for any initial page loads to complete.
// NOTE: this only fires once for a run of the application.
// Returns true if the load is successful