| Index: chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| index 942e4263f9f661c2f2fb07627ee4fac756d673bd..debc51795e04725626fff39afd054383a98260c9 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc
|
| @@ -632,10 +632,10 @@ base::string16 GetShortcutFilenameForProfile(
|
| }
|
|
|
| base::string16 CreateProfileShortcutFlags(const base::FilePath& profile_path) {
|
| - return base::StringPrintf(L"--%ls=\"%ls\"",
|
| + return L"";/* base::StringPrintf(L"--%ls=\"%ls\"",
|
| base::ASCIIToUTF16(
|
| switches::kProfileDirectory).c_str(),
|
| - profile_path.BaseName().value().c_str());
|
| + profile_path.BaseName().value().c_str());*/
|
| }
|
|
|
| } // namespace internal
|
|
|