| Index: chrome/browser/shell_integration_win.cc
|
| ===================================================================
|
| --- chrome/browser/shell_integration_win.cc (revision 96347)
|
| +++ chrome/browser/shell_integration_win.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| if (chrome::GetDefaultUserDataDirectory(&default_user_data_dir) &&
|
| profile_path.DirName() == default_user_data_dir &&
|
| profile_path.BaseName().value() ==
|
| - ASCIIToUTF16(chrome::kNotSignedInProfile)) {
|
| + ASCIIToUTF16(chrome::kInitialProfile)) {
|
| return std::wstring();
|
| }
|
|
|
| @@ -223,7 +223,7 @@
|
| if (command_line.HasSwitch(switches::kUserDataDir)) {
|
| profile_path =
|
| command_line.GetSwitchValuePath(switches::kUserDataDir).AppendASCII(
|
| - chrome::kNotSignedInProfile);
|
| + chrome::kInitialProfile);
|
| }
|
|
|
| std::wstring app_name;
|
|
|