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

Unified Diff: testing/buildbot/chromium.fyi.json

Issue 2960703003: Add a feature flag for network service and about:flags entry for it. (Closed)
Patch Set: more updates 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
Index: testing/buildbot/chromium.fyi.json
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json
index 2004c14ffa4c4e8bd7518b75c323a1d2d8d63cf0..4c6514fe7099c06d9a7ede4635404277af02d629 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -10794,7 +10794,7 @@
"gtest_tests": [
{
"args": [
- "--enable-network-service",
+ "--enable-features=NetworkService",
"--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.network_content_browsertests.filter"
],
"name": "network_service_content_browsertests",
@@ -10807,7 +10807,7 @@
"isolated_scripts": [
{
"args": [
- "--additional-driver-flag=--enable-network-service"
+ "--additional-driver-flag=--enable-features=NetworkService"
],
"isolate_name": "webkit_layout_tests_exparchive",
"merge": {

Powered by Google App Engine
This is Rietveld 408576698