| 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'
|
|
|