summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/browser_init.cc')
-rw-r--r--chrome/browser/browser_init.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/browser_init.cc b/chrome/browser/browser_init.cc
index 07addd7..6512071 100644
--- a/chrome/browser/browser_init.cc
+++ b/chrome/browser/browser_init.cc
@@ -485,6 +485,11 @@ bool BrowserInit::LaunchWithProfile::Launch(Profile* profile,
base::EventRecorder::current()->StartPlayback(script_path);
}
+#if defined(OS_WIN)
+ if (process_startup)
+ ShellIntegration::MigrateChromiumShortcuts();
+#endif // defined(OS_WIN)
+
return true;
}