summaryrefslogtreecommitdiffstats
path: root/net/test/net_test_suite.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/test/net_test_suite.h')
-rw-r--r--net/test/net_test_suite.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/test/net_test_suite.h b/net/test/net_test_suite.h
index e0f601e..92f079c 100644
--- a/net/test/net_test_suite.h
+++ b/net/test/net_test_suite.h
@@ -28,11 +28,6 @@ class NetTestSuite : public base::TestSuite {
void Shutdown() override;
protected:
- // This constructor is only accessible to specialized net test
- // implementations which need to control the creation of an AtExitManager
- // instance for the duration of the test.
- NetTestSuite(int argc, char** argv, bool create_at_exit_manager);
-
// Called from within Initialize(), but separate so that derived classes
// can initialize the NetTestSuite instance only and not
// TestSuite::Initialize(). TestSuite::Initialize() performs some global