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

Unified Diff: chrome/browser/profiles/profile_shortcut_manager_win.cc

Issue 8897002: Fix an issue where the first profile desktop shortcut gets the correct arguments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_shortcut_manager_win.cc
===================================================================
--- chrome/browser/profiles/profile_shortcut_manager_win.cc (revision 113802)
+++ chrome/browser/profiles/profile_shortcut_manager_win.cc (working copy)
@@ -255,7 +255,9 @@
// icon for the original profile here and update it with that.
BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
base::Bind(&UpdateChromeDesktopShortcutForProfile,
- new_shortcut, UTF8ToUTF16(chrome::kInitialProfile),
+ new_shortcut,
+ CreateProfileShortcutSwitch(
+ UTF8ToUTF16(chrome::kInitialProfile)),
profile_path, static_cast<gfx::Image*>(NULL)));
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698