Index: chrome/browser/jumplist_win.cc |
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc |
index 3614b9c854e1620f6eb6d513f0930520ac3120b0..ddea51c496d4a51b1955189dc56742d50b372252 100644 |
--- a/chrome/browser/jumplist_win.cc |
+++ b/chrome/browser/jumplist_win.cc |
@@ -421,7 +421,7 @@ bool UpdateJumpList(const wchar_t* app_id, |
return false; |
// Retrieve the command-line switches of this process. |
- CommandLine command_line(CommandLine::ARGUMENTS_ONLY); |
+ CommandLine command_line(CommandLine::NO_PROGRAM); |
FilePath user_data_dir = CommandLine::ForCurrentProcess()-> |
GetSwitchValuePath(switches::kUserDataDir); |
if (!user_data_dir.empty()) |