summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.h
diff options
context:
space:
mode:
authordpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-14 10:53:49 +0000
committerdpolukhin@chromium.org <dpolukhin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-14 10:53:49 +0000
commit7da1221b8597f7e07b41b61618a40876378d45ab (patch)
tree45218f9ededd4ebbe60e01d2ed36c6a5754746dd /chrome/common/chrome_paths.h
parent5711e3696056688382a3fe54f9786dcf35433772 (diff)
downloadchromium_src-7da1221b8597f7e07b41b61618a40876378d45ab.zip
chromium_src-7da1221b8597f7e07b41b61618a40876378d45ab.tar.gz
chromium_src-7da1221b8597f7e07b41b61618a40876378d45ab.tar.bz2
Disable normal default extensions in case of managed users
Added managed users only default extensions (will be used to push policy locally) We need such changes on Chrome OS because it is the only way to apply whitelist but it looks like similar code makes sense for all other platforms too. BUG=171922 TEST=manual Review URL: https://codereview.chromium.org/12221065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r--chrome/common/chrome_paths.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 4abaf9d..a0b37a4 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.