Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6848)

Unified Diff: chrome/test/pyautolib/pyautolib.h

Issue 6277013: Remove command_execution_timeout_ms and fix all the callers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/ui/ui_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.h
diff --git a/chrome/test/pyautolib/pyautolib.h b/chrome/test/pyautolib/pyautolib.h
index 3761aa8ba1147a3f2ede23852ee2a087b0e9ae71..e663f26c2e2459a71c8823c014e5d5e67fe04519 100644
--- a/chrome/test/pyautolib/pyautolib.h
+++ b/chrome/test/pyautolib/pyautolib.h
@@ -192,6 +192,10 @@ class PyUITestBase : public UITestBase {
return TestTimeouts::action_max_timeout_ms();
}
+ int command_execution_timeout_ms() const {
+ return TestTimeouts::command_execution_timeout_ms();
+ }
+
private:
// Enables PostTask to main thread.
// Should be shared across multiple instances of PyUITestBase so that this
« no previous file with comments | « no previous file | chrome/test/ui/ui_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698