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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.cc

Issue 14027008: Migrate app_host.exe shortcuts to chrome.exe shortcuts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rework Created 7 years, 8 months 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/ui/startup/startup_browser_creator_impl.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.cc b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
index 802ab995c1e2ee44a36db680f100a279f0f2a34c..ce6270f36e95701029716ab2af62816564a016db 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
@@ -419,7 +419,7 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile,
#if defined(OS_WIN)
if (process_startup)
- ShellIntegration::MigrateChromiumShortcuts();
+ ShellIntegration::MigrateShortcuts();
#endif // defined(OS_WIN)
return true;
« chrome/browser/shell_integration_win.cc ('K') | « chrome/browser/shell_integration_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698