| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index e412a9c2a41909d657a92914e57a60a684a4a995..910e7ef6c96afd0813ef2d814c173f90aca21713 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -143,6 +143,8 @@ const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll";
|
| const char kInitialProfile[] = "Default";
|
| const char kMultiProfileDirPrefix[] = "Profile ";
|
| const base::FilePath::CharType kGuestProfileDir[] = FPL("Guest Profile");
|
| +const base::FilePath::CharType kUserManagerProfileDir[] =
|
| + FPL("UserManager Profile");
|
| const wchar_t kBrowserResourcesDll[] = L"chrome.dll";
|
|
|
| // filenames
|
|
|