Chromium Code Reviews| Index: net/base/run_all_unittests.cc |
| =================================================================== |
| --- net/base/run_all_unittests.cc (revision 64189) |
| +++ net/base/run_all_unittests.cc (working copy) |
| @@ -6,6 +6,7 @@ |
| #include "base/metrics/histogram.h" |
| #include "base/nss_util.h" |
| #include "net/base/net_test_suite.h" |
| +#include "net/request_throttler/request_throttler_manager.h" |
| #if defined(OS_WIN) |
| #include "net/socket/ssl_client_socket_nss_factory.h" |
| #endif |
| @@ -24,5 +25,7 @@ |
| base::EnsureNSPRInit(); |
| #endif |
| + Singleton<RequestThrottlerManager>::get()->DisableThrottlingByDefault(); |
|
joi
2010/11/09 20:07:17
I'm a bit wary of this. Since we're trying to make
yzshen
2010/11/09 22:32:22
Yes, tests that deal with HTTP failures are a smal
|
| + |
| return test_suite.Run(); |
| } |