Chromium Code Reviews| Index: content/common/common.sb |
| diff --git a/content/common/common.sb b/content/common/common.sb |
| index a3cf89b96c2b002bc846c086c2ffeffaa76f83ee..d945639c2509d676b3d047630cfae9104e213849 100644 |
| --- a/content/common/common.sb |
| +++ b/content/common/common.sb |
| @@ -20,6 +20,7 @@ |
| (define permitted-dir "PERMITTED_DIR") |
| (define lion-or-later "LION_OR_LATER") |
|
Robert Sesek
2015/08/05 22:35:58
Move this down so that all the os version params a
Greg K
2015/08/06 00:17:09
Done.
|
| (define homedir-as-literal "USER_HOMEDIR_AS_LITERAL") |
| +(define elcap-or-later "ELCAP_OR_LATER") |
| ; Consumes a subpath and appends it to the user's homedir path. |
| (define (user-homedir-path subpath) (string-append (param homedir-as-literal) subpath)) |