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

Unified Diff: client/bin/site_login.py

Issue 3073014: Autotest for ScreenLocker (Closed) Base URL: ssh://git@gitrw.chromium.org/autotest.git
Patch Set: bvt only Created 10 years, 4 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 | client/bin/site_ui_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/site_login.py
diff --git a/client/bin/site_login.py b/client/bin/site_login.py
index 68b41952223e75e6a2577159930c6471a45e3930..5dd760b872371587a8eea77ac054767de2d7dac8 100644
--- a/client/bin/site_login.py
+++ b/client/bin/site_login.py
@@ -220,22 +220,6 @@ def wait_for_login_prompt(timeout=_DEFAULT_TIMEOUT):
timeout=timeout)
-def wait_for_screensaver(timeout=_DEFAULT_TIMEOUT):
- """Wait until xscreensaver is responding.
-
- Args:
- timeout: float number of seconds to wait
-
- Raises:
- TimeoutError: xscreensaver didn't respond before timeout
- """
- site_utils.poll_for_condition(
- lambda: site_ui.xsystem('xscreensaver-command -version',
- ignore_status=True) == 0,
- TimeoutError('Timed out waiting for xscreensaver to respond'),
- timeout=timeout)
-
-
def wait_for_window_manager(timeout=_DEFAULT_TIMEOUT):
"""Wait until the window manager is running.
« no previous file with comments | « no previous file | client/bin/site_ui_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698