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

Unified Diff: content/child/child_thread.cc

Issue 214823006: Move ContentBrowserTest class to content/public, since it's used by components_browsertests for bro… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix mac Created 6 years, 9 months 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
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;

Powered by Google App Engine
This is Rietveld 408576698