| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 4abaf9dea8cfa3c07a17775b7b43121ae26c7f8d..a0b37a41fd267f66269337e1d14e6c04440e3dc3 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -105,6 +105,11 @@ enum {
|
| FILE_DEFAULT_APP_ORDER, // Full path to the json file that defines the
|
| // default app order.
|
| #endif
|
| +#if defined(ENABLE_MANAGED_USERS)
|
| + DIR_MANAGED_USERS_DEFAULT_APPS, // Directory where installer places .crx
|
| + // files to be installed when managed user
|
| + // session starts.
|
| +#endif
|
|
|
| // Valid only in development environment; TODO(darin): move these
|
| DIR_GEN_TEST_DATA, // Directory where generated test data resides.
|
|
|