summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
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