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