| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index aa083947bed8372e3d4843f758dd09e99eeeb0b9..26ac2513a24afe69cefc5abb7bb2a2bc5fc7bfb1 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -133,6 +133,7 @@ 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 kSystemProfileDir[] = FPL("System Profile");
|
| const wchar_t kBrowserResourcesDll[] = L"chrome.dll";
|
|
|
| // filenames
|
|
|