diff options
author | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 13:09:55 +0000 |
---|---|---|
committer | mnissler@chromium.org <mnissler@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-29 13:09:55 +0000 |
commit | 7c5972380d2432472b0bfe25fbd07db134731007 (patch) | |
tree | 06c7114340907eeb3abf5dc72053090c7160b95f /chrome/common/chrome_paths.h | |
parent | 8127442bb787fcdfe6af0c40131d11103072af17 (diff) | |
download | chromium_src-7c5972380d2432472b0bfe25fbd07db134731007.zip chromium_src-7c5972380d2432472b0bfe25fbd07db134731007.tar.gz chromium_src-7c5972380d2432472b0bfe25fbd07db134731007.tar.bz2 |
Dynamic policy refresh support for the Mac.
Adapt the file watching code we already had for ConfigDirPolicyProvider to support a loader delegate, make the old code use it and change the Mac policy provider to watch for changes to the plist file in /Library/Managed Preferences/<username>.
BUG=52040
TEST=unit tests
Review URL: http://codereview.chromium.org/4062002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r-- | chrome/common/chrome_paths.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h index 65538a7..63037c6 100644 --- a/chrome/common/chrome_paths.h +++ b/chrome/common/chrome_paths.h @@ -42,6 +42,10 @@ enum { // to set policies for chrome. This directory // contains subdirectories. #endif +#if defined(OS_MACOSX) + DIR_MANAGED_PREFS, // Directory that stores the managed prefs plist + // files for the current user. +#endif FILE_RESOURCE_MODULE, // Full path and filename of the module that // contains embedded resources (version, // strings, images, etc.). |