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

Unified Diff: win8/delegate_execute/command_execute_impl.cc

Issue 790003002: Update sandbox_win and delegate_execute 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 | « content/common/sandbox_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/delegate_execute/command_execute_impl.cc
diff --git a/win8/delegate_execute/command_execute_impl.cc b/win8/delegate_execute/command_execute_impl.cc
index 6aca5a1a0ce8f38671e53916f53290ff5112dca0..e027078ed0900a1e1f8d95b199e8902a569a5c67 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
« no previous file with comments | « content/common/sandbox_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698