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

Unified Diff: client/bin/chromeos_constants.py

Issue 1371003: test: Add desktopui_WindowManagerFocusNewWindows. (Closed)
Patch Set: (sort of) handle the case where we need to log in 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
Index: client/bin/chromeos_constants.py
diff --git a/client/bin/chromeos_constants.py b/client/bin/chromeos_constants.py
index 5acc92bb5b38257bf53e83874451ba64d4bc6f17..d74ee9d70b063fbd070919fa35bac6794bed7bc3 100644
--- a/client/bin/chromeos_constants.py
+++ b/client/bin/chromeos_constants.py
@@ -13,6 +13,8 @@ CRYPTOHOME_MOUNT_PT = USER_DATA_DIR+'/user'
BROWSER = 'chrome'
+WINDOW_MANAGER = 'chromeos-wm'
+
LOGGED_IN_MAGIC_FILE = '/var/run/state/logged-in'
DISABLE_BROWSER_RESTART_MAGIC_FILE = '/tmp/disable_chrome_restart'

Powered by Google App Engine
This is Rietveld 408576698