diff options
Diffstat (limited to 'chrome/installer/setup/install.cc')
-rw-r--r-- | chrome/installer/setup/install.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/setup/install.cc b/chrome/installer/setup/install.cc index 002ccf1..143f5ba 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 |