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

Unified Diff: base/test/test_suite.cc

Issue 2226063002: Add a ScopedFeatureList class for testing and start using it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 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: base/test/test_suite.cc
diff --git a/base/test/test_suite.cc b/base/test/test_suite.cc
index 512bde5810a349dc6cc2f8a3a39db86d8d28daf7..648132486381ff7f58cefd6841b88e88776e280f 100644
--- a/base/test/test_suite.cc
+++ b/base/test/test_suite.cc
@@ -311,6 +311,7 @@ void TestSuite::Initialize() {
// ClearInstanceForTesting().
created_feature_list_ =
FeatureList::InitializeInstance(std::string(), std::string());
+ printf("initing the instance\n");
Ilya Sherman 2016/08/09 01:06:57 Plz revert ;)
Alexei Svitkine (slow) 2016/08/09 01:26:16 Done.
#if defined(OS_IOS)
InitIOSTestMessageLoop();

Powered by Google App Engine
This is Rietveld 408576698