| Index: client/bin/chromeos_constants.py
|
| diff --git a/client/bin/chromeos_constants.py b/client/bin/chromeos_constants.py
|
| index 64b8958c3da9f7878bade2dff157326f74bdd724..10060360931883c8edbdb9286f492a820d1b2e88 100644
|
| --- a/client/bin/chromeos_constants.py
|
| +++ b/client/bin/chromeos_constants.py
|
| @@ -17,6 +17,8 @@ CRYPTOHOME_DEVICE_REGEX = r'^/home/\.shadow/.*/vault$'
|
| CRYPTOHOME_INCOGNITO = 'guestfs'
|
| CRYPTOHOME_MOUNT_PT = USER_DATA_DIR+'/user'
|
|
|
| +CRYPTOHOMED_LOG = '/var/log/cryptohomed.log'
|
| +
|
| LOGIN_TRUST_ROOTS = '/etc/login_trust_root.pem'
|
|
|
| BROWSER = 'chrome'
|
|
|