| 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 587bdfaa018b8fff3c28e71898502020504592f7..d56a7ffb8941724898abe58e3be51f76f9f7912f 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.cc
|
| @@ -382,6 +382,9 @@ bool StartupBrowserCreatorImpl::Launch(Profile* profile,
|
| }
|
|
|
| #if defined(OS_WIN)
|
| + // TODO(gab): This could now run only during Active Setup (i.e. on explicit
|
| + // Active Setup versioning and on OS upgrades) instead of every startup.
|
| + // http://crbug.com/577697
|
| if (process_startup)
|
| ShellIntegration::MigrateChromiumShortcuts();
|
| #endif // defined(OS_WIN)
|
|
|