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

Unified Diff: components/test_runner/test_interfaces.cc

Issue 2656163005: Convert RuntimeEnabledFeatures.in config file to JSON format. (Closed)
Patch Set: Rebase and add MediaCaptureDepth, MojoJS Created 3 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
« no previous file with comments | « no previous file | content/public/common/content_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/test_interfaces.cc
diff --git a/components/test_runner/test_interfaces.cc b/components/test_runner/test_interfaces.cc
index 994ae7a7085896b26466b0d7594e1b9dc54ce02c..4258c3fee47b42432d6987a3cffbe53664bb35cb 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698