| Index: chrome/installer/setup/install.cc
|
| diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc
|
| index 002ccf1b2d3b6a07bc38d764c0d3444a321a8508..143f5ba5f59cc2756621646ddbaeab0816431c34 100644
|
| --- a/chrome/installer/setup/install.cc
|
| +++ b/chrome/installer/setup/install.cc
|
| @@ -279,7 +279,8 @@ bool CreateOrUpdateChromeShortcuts(const std::wstring& exe_path,
|
| uninstall_link.value().c_str(),
|
| NULL,
|
| arguments.c_str(),
|
| - NULL, setup_exe.c_str(), 0);
|
| + NULL, setup_exe.c_str(), 0,
|
| + NULL);
|
| }
|
|
|
| // Update Desktop and Quick Launch shortcuts. If --create-new-shortcuts
|
|
|