| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index d480ff03f60e0380eea243910ea8c2aa13db949c..6cea82c57536502439cf3385e09b49ccd44af717 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -171,6 +171,7 @@ const base::FilePath::CharType kSingletonCookieFilename[] =
|
| const base::FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
|
| const base::FilePath::CharType kSingletonSocketFilename[] =
|
| FPL("SingletonSocket");
|
| +const base::FilePath::CharType kSingletonSocketRealFilename[] = FPL("S");
|
| const base::FilePath::CharType kSupervisedUserSettingsFilename[] =
|
| FPL("Managed Mode Settings");
|
| const base::FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
|
|
|