Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2901)

Unified Diff: chrome/installer/setup/install.cc

Issue 399045: Set prop app id for chromium/application shortcut. (Closed)
Patch Set: more for hbono Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698