diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 15:58:29 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-13 15:58:29 +0000 |
commit | 39da7ae8cffd53fdf595f4ec3ca8daeae105445f (patch) | |
tree | 2b5d0d10d0592a1707c15d8881038ee800823b0f /chrome/common/chrome_paths.h | |
parent | adfd280eaca61f177279fb8e4189e47ab2324c55 (diff) | |
download | chromium_src-39da7ae8cffd53fdf595f4ec3ca8daeae105445f.zip chromium_src-39da7ae8cffd53fdf595f4ec3ca8daeae105445f.tar.gz chromium_src-39da7ae8cffd53fdf595f4ec3ca8daeae105445f.tar.bz2 |
Store/Retrieve CrOS user policy in session_manager.
BUG=chromium-os:15189
TEST=unit tests
Review URL: http://codereview.chromium.org/7233006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132195 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 09988fc..738a61f 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -52,6 +52,8 @@ enum { // on Chrome Mac. On Chrome OS, this path is // used for OEM customization. // Getting this path does not create it. + DIR_USER_POLICY, // Root-owned per-user private enterprise + // directory. #endif DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files. |