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: testing/buildbot/chromium.fyi.json

Issue 2960703003: Add a feature flag for network service and about:flags entry for it. (Closed)
Patch Set: merge Created 3 years, 5 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 c66f1554b299b63c376271589493114400e7f4bb..b8959cd7c9d100947a90cbf33112d890ab0eeef5 100644
--- a/testing/buildbot/chromium.fyi.json
+++ b/testing/buildbot/chromium.fyi.json
@@ -10925,7 +10925,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",
@@ -10938,7 +10938,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