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

Unified Diff: components/test_runner/test_interfaces.cc

Issue 2656163005: Convert RuntimeEnabledFeatures.in config file to JSON format. (Closed)
Patch Set: Remove RuntimeEnabledFeatures.in Created 3 years, 11 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: components/test_runner/test_interfaces.cc
diff --git a/components/test_runner/test_interfaces.cc b/components/test_runner/test_interfaces.cc
index 29ec4b4f6fb151b564159ce0817e17ddb081bcfe..f010d8b02e47cceef254ddcd7510a1a2f71337f7 100644
--- a/components/test_runner/test_interfaces.cc
+++ b/components/test_runner/test_interfaces.cc
@@ -31,7 +31,7 @@ TestInterfaces::TestInterfaces()
main_view_(nullptr) {
blink::setLayoutTestMode(true);
// NOTE: please don't put feature specific enable flags here,
- // instead add them to RuntimeEnabledFeatures.in
+ // instead add them to RuntimeEnabledFeatures.json5
ResetAll();
}
« no previous file with comments | « no previous file | content/public/common/content_switches.cc » ('j') | third_party/WebKit/Source/platform/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698