Chromium Code Reviews| Index: content/child/child_thread.cc |
| =================================================================== |
| --- content/child/child_thread.cc (revision 259922) |
| +++ content/child/child_thread.cc (working copy) |
| @@ -60,7 +60,7 @@ |
| namespace { |
| // How long to wait for a connection to the browser process before giving up. |
| -const int kConnectionTimeoutS = 15; |
| +const int kConnectionTimeoutS = 1500; |
|
Avi (use Gerrit)
2014/03/27 18:36:50
What is this doing in this CL?
|
| base::LazyInstance<base::ThreadLocalPointer<ChildThread> > g_lazy_tls = |
| LAZY_INSTANCE_INITIALIZER; |