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

Unified Diff: base/test/test_suite.h

Issue 2876153002: Support Using ScopedFeatureList in BrowserTest (Closed)
Patch Set: leave tests and changes in test_suites to following patch Created 3 years, 6 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
« no previous file with comments | « no previous file | base/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_suite.h
diff --git a/base/test/test_suite.h b/base/test/test_suite.h
index 82c746eb3c1b687c78cd859f70f0ee485b1294bf..6d852bafb9c92bdea016f29c51f2ed0a70cb73ab 100644
--- a/base/test/test_suite.h
+++ b/base/test/test_suite.h
@@ -15,6 +15,7 @@
#include "base/at_exit.h"
#include "base/logging.h"
#include "base/macros.h"
+#include "base/test/scoped_feature_list.h"
#include "base/test/trace_to_file.h"
#include "build/build_config.h"
@@ -88,7 +89,7 @@ class TestSuite {
bool initialized_command_line_;
- bool created_feature_list_;
+ test::ScopedFeatureList scoped_feature_list_;
XmlUnitTestResultPrinter* printer_ = nullptr;
« no previous file with comments | « no previous file | base/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698