| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 6cfd0b3766c351f8187c62a8953482351baf054e..3a2fc34344f0db712d335905b01a5f733f82b826 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");
|
|
|