summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
authorrvargas <rvargas@chromium.org>2014-12-11 13:17:59 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-11 21:18:14 +0000
commitc24c73520231bde2be7fdb24610873b75e797c58 (patch)
tree65300e55fdfd90f9c026142767d2473e60536b8a /win8
parent7b70d6a6549a569892445a503a00286c70700051 (diff)
downloadchromium_src-c24c73520231bde2be7fdb24610873b75e797c58.zip
chromium_src-c24c73520231bde2be7fdb24610873b75e797c58.tar.gz
chromium_src-c24c73520231bde2be7fdb24610873b75e797c58.tar.bz2
Update sandbox_win and delegate_execute to use the new version of LaunchProcess.
BUG=417532 Review URL: https://codereview.chromium.org/790003002 Cr-Commit-Position: refs/heads/master@{#307978}
Diffstat (limited to 'win8')
-rw-r--r--win8/delegate_execute/command_execute_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/delegate_execute/command_execute_impl.cc b/win8/delegate_execute/command_execute_impl.cc
index 6aca5a1..e027078 100644
--- a/win8/delegate_execute/command_execute_impl.cc
+++ b/win8/delegate_execute/command_execute_impl.cc
@@ -102,7 +102,7 @@ bool LaunchChromeBrowserProcess() {
base::LaunchOptions launch_options;
launch_options.start_hidden = true;
- return base::LaunchProcess(cl, launch_options, NULL);
+ return base::LaunchProcess(cl, launch_options).IsValid();
}
} // namespace