| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index a753f802a160ddf145e294d92f9ec2bf4aed136b..0db7c9ad76973d306a60820ca3f7c49e71cb6848 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -1491,8 +1491,8 @@ bool ShortcutOpListOrRemoveUnknownArgs(
|
| if (!base::win::ResolveShortcut(shortcut_path, NULL, &args))
|
| return false;
|
|
|
| - base::CommandLine current_args(base::CommandLine::FromString(
|
| - base::StringPrintf(L"unused_program %ls", args.c_str())));
|
| + base::CommandLine current_args(base::CommandLine::FromString(L""));
|
| + //base::StringPrintf(L"unused_program %ls", args.c_str())));
|
| const char* const kept_switches[] = {
|
| switches::kApp,
|
| switches::kAppId,
|
|
|