Index: content/browser/browser_child_process_host_impl.cc |
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc |
index dd7d600612533c997631d6f177ad0ea2ac4426ae..b1e2aee9ed62da5fbcbe14f1171e18606c15b34f 100644 |
--- a/content/browser/browser_child_process_host_impl.cc |
+++ b/content/browser/browser_child_process_host_impl.cc |
@@ -138,6 +138,7 @@ void BrowserChildProcessHostImpl::Launch( |
const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess(); |
static const char* kForwardSwitches[] = { |
+ switches::kConnectionTimeout, |
switches::kDisableLogging, |
switches::kEnableLogging, |
switches::kLoggingLevel, |