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

Unified Diff: chrome/test/ui/ui_test.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 | « chrome/test/pyautolib/pyautolib.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 55763c92ad56d16663ce1d610a7e1ce6e3671a3f..3e31735e77860cca216d3d704d6a4848fbd3350b 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -244,12 +244,6 @@ class UITestBase {
return launcher_->browser_quit_time();
}
- // Compatibility timeout accessors.
- // TODO(phajdan.jr): update callers and remove these.
- static int command_execution_timeout_ms() {
- return TestTimeouts::command_execution_timeout_ms();
- }
-
// Fetch the state which determines whether the profile will be cleared on
// next startup.
bool get_clear_profile() const {
« no previous file with comments | « chrome/test/pyautolib/pyautolib.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698