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

Unified Diff: client/bin/chromeos_constants.py

Issue 1565001: test: Clean up site_login.py a bit. (Closed)
Patch Set: update one more call to attempt_logout() Created 10 years, 9 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_login.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/bin/chromeos_constants.py
diff --git a/client/bin/chromeos_constants.py b/client/bin/chromeos_constants.py
index d74ee9d70b063fbd070919fa35bac6794bed7bc3..18d1f3b983a5fa5e29347bc0a1151f5bb7ca2f94 100644
--- a/client/bin/chromeos_constants.py
+++ b/client/bin/chromeos_constants.py
@@ -17,4 +17,7 @@ WINDOW_MANAGER = 'chromeos-wm'
LOGGED_IN_MAGIC_FILE = '/var/run/state/logged-in'
+CHROME_WINDOW_MAPPED_MAGIC_FILE = \
+ '/var/run/state/windowmanager/initial-chrome-window-mapped'
+
DISABLE_BROWSER_RESTART_MAGIC_FILE = '/tmp/disable_chrome_restart'
« no previous file with comments | « no previous file | client/bin/site_login.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698