Index: chrome/browser/jumplist_win.cc |
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc |
index baf693889fa112c9fd18a4407b056ef9d1f943d7..43b7bfe0044dfcf2e234cfcfa0e6659fc0bb39b9 100644 |
--- a/chrome/browser/jumplist_win.cc |
+++ b/chrome/browser/jumplist_win.cc |
@@ -359,7 +359,7 @@ HRESULT UpdateTaskCategory(ScopedComPtr<ICustomDestinationList> list, |
// this item. |
scoped_refptr<ShellLinkItem> incognito(new ShellLinkItem); |
incognito->SetArguments( |
- CommandLine::PrefixedSwitchString(switches::kIncognito)); |
+ ASCIIToWide(std::string("--") + switches::kIncognito)); |
std::wstring incognito_title(l10n_util::GetString(IDS_NEW_INCOGNITO_WINDOW)); |
ReplaceSubstringsAfterOffset(&incognito_title, 0, L"&", L""); |
incognito->SetTitle(incognito_title); |