| Index: chrome/common/chrome_paths.h
|
| diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
|
| index 58a32c0d3a9dd021f957fc95ad2e148792b7211a..7d67da6cb5d6e24181ca2593057d1aa0b291ea6c 100644
|
| --- a/chrome/common/chrome_paths.h
|
| +++ b/chrome/common/chrome_paths.h
|
| @@ -103,6 +103,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.
|
|
|