Index: components/browser_watcher/window_hang_monitor_win_unittest.cc |
diff --git a/components/browser_watcher/window_hang_monitor_win_unittest.cc b/components/browser_watcher/window_hang_monitor_win_unittest.cc |
index 2df2a7b5a1c6d970ca48d8d75a083eb375ae84a2..99026b12055525c5ef3a57e92306d4a6656f766a 100644 |
--- a/components/browser_watcher/window_hang_monitor_win_unittest.cc |
+++ b/components/browser_watcher/window_hang_monitor_win_unittest.cc |
@@ -362,7 +362,7 @@ class WindowHangMonitorTest : public testing::Test { |
AppendSwitchHandle(&command_line, kChildWritePipeSwitch, child_write_pipe); |
base::LaunchOptions options = {}; |
- options.inherit_handles = true; |
+ options.inherit_mode = base::LaunchOptions::Inherit::kAll; |
jschuh
2017/07/24 19:41:27
Leave a TODO here.
|
monitored_process_ = base::LaunchProcess(command_line, options); |
if (!monitored_process_.IsValid()) |
return false; |