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

Unified Diff: chrome/browser/first_run/first_run_win.cc

Issue 8502033: Add Windows desktop shortcut for multiple profiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix install.cc Created 9 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/browser/first_run/first_run_win.cc
===================================================================
--- chrome/browser/first_run/first_run_win.cc (revision 110719)
+++ chrome/browser/first_run/first_run_win.cc (working copy)
@@ -108,6 +108,8 @@
dist,
chrome_exe.value(),
dist->GetAppDescription(),
+ L"",
+ L"",
ShellUtil::CURRENT_USER,
false,
true); // create if doesn't exist.

Powered by Google App Engine
This is Rietveld 408576698