diff options
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index 6cfd0b3..3a2fc34 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -161,6 +161,8 @@ const FilePath::CharType kJumpListIconDirname[] = FPL("JumpListIcons"); const FilePath::CharType kWebAppDirname[] = FPL("Web Applications"); const FilePath::CharType kServiceStateFileName[] = FPL("Service State"); const FilePath::CharType kReadmeFilename[] = FPL("README"); +const FilePath::CharType kManagedModePolicyFilename[] = + FPL("Managed Mode Settings"); #if defined(OS_CHROMEOS) const FilePath::CharType kGDataCacheDirname[] = FPL("GCache"); |