| Index: chrome/common/chrome_constants.cc
|
| ===================================================================
|
| --- chrome/common/chrome_constants.cc (revision 96347)
|
| +++ chrome/common/chrome_constants.cc (working copy)
|
| @@ -111,7 +111,7 @@
|
| const wchar_t kMessageWindowClass[] = L"Chrome_MessageWindow";
|
| const wchar_t kCrashReportLog[] = L"Reported Crashes.txt";
|
| const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll";
|
| -const char kNotSignedInProfile[] = "Default";
|
| +const char kInitialProfile[] = "Default";
|
| const char kMultiProfileDirPrefix[] = "profile_";
|
| const wchar_t kBrowserResourcesDll[] = L"chrome.dll";
|
| const FilePath::CharType kExtensionFileExtension[] = FPL(".crx");
|
|
|