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

Unified Diff: testing/variations/fieldtrial_testing_config_win.json

Issue 1914963002: Introduce v8-cache-strategies-for-cache-storage setting flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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_win.json
diff --git a/testing/variations/fieldtrial_testing_config_win.json b/testing/variations/fieldtrial_testing_config_win.json
index 681d86a94107499c677fcac710cbd7c5fda7f5bb..4e733fcf03aab81f7bd87b1f129253eca3823303 100644
--- a/testing/variations/fieldtrial_testing_config_win.json
+++ b/testing/variations/fieldtrial_testing_config_win.json
@@ -387,6 +387,17 @@
"group_name": "On"
}
],
+ "V8CacheStrategiesForCacheStorage": [
+ {
+ "group_name": "none"
+ },
+ {
+ "group_name": "normal"
+ },
+ {
+ "group_name": "aggressive"
+ }
+ ],
"VarationsServiceControl": [
{
"group_name": "Interval_30min",
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | third_party/WebKit/Source/web/AssertMatchingEnums.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698