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

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

Issue 785373002: Update browser/first_run to use the new version of LaunchProcess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « chrome/browser/first_run/first_run_internal_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/upgrade_util_win.cc
diff --git a/chrome/browser/first_run/upgrade_util_win.cc b/chrome/browser/first_run/upgrade_util_win.cc
index fe4861b6f4e00129a104a85612c9b9f638649d67..33ba0994a0cca9183212cef65a5682367fdc2010 100644
--- a/chrome/browser/first_run/upgrade_util_win.cc
+++ b/chrome/browser/first_run/upgrade_util_win.cc
@@ -159,7 +159,7 @@ bool RelaunchChromeHelper(const CommandLine& command_line,
relaunch_mode != RELAUNCH_MODE_METRO &&
relaunch_mode != RELAUNCH_MODE_DESKTOP)
return base::LaunchProcess(chrome_exe_command_line,
gab 2014/12/15 15:56:14 nit: This should be wrapped in {} since condition/
- base::LaunchOptions(), NULL);
+ base::LaunchOptions()).IsValid();
// On Windows 8 we always use the delegate_execute for re-launching chrome.
// On Windows 7 we use delegate_execute for re-launching chrome into Windows
« no previous file with comments | « chrome/browser/first_run/first_run_internal_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698