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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2653443002: Update NetworkTimeQueries field trial config (Closed)
Patch Set: meacer suggestion: configure finch via command line 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: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 73c8fb150600f02fc0b65318a001f2c4e3ae0220..86e0e33b7909d25a6583cce12c53b29a6b5ff3a9 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -1211,7 +1211,10 @@
],
"experiments": [
{
- "name": "NetworkTimeQueriesEnabled",
+ "name": "NetworkTimeQueriesEnabledBackgroundAndOnDemand",
+ "params": {
+ "FetchBehavior": "background-and-on-demand"
+ },
"enable_features": [
"NetworkTimeServiceQuerying"
]

Powered by Google App Engine
This is Rietveld 408576698