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

Unified Diff: net/base/run_all_unittests.cc

Issue 12321117: Refactor MainHook into TestSuite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "moved hook from new file into existing test_support_ios." Created 7 years, 10 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: net/base/run_all_unittests.cc
diff --git a/net/base/run_all_unittests.cc b/net/base/run_all_unittests.cc
index f0e817692cb9f86031cff86140b954094ec04671..73d4471562c378575adb09c2f1250b0594a96d75 100644
--- a/net/base/run_all_unittests.cc
+++ b/net/base/run_all_unittests.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "base/metrics/statistics_recorder.h"
-#include "base/test/main_hook.h"
#include "build/build_config.h"
#include "crypto/nss_util.h"
#include "net/base/net_test_suite.h"
@@ -24,7 +23,6 @@ using net::internal::ClientSocketPoolBaseHelper;
using net::SpdySession;
int main(int argc, char** argv) {
- MainHook hook(main, argc, argv);
wtc 2013/03/14 18:37:48 Nit: delete this blank line.
lliabraa 2013/03/15 11:02:28 Done.
// Record histograms, so we can get histograms data in tests.
base::StatisticsRecorder::Initialize();

Powered by Google App Engine
This is Rietveld 408576698