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

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: Created 4 years, 8 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 1f2ed924495a8cf894e261e051aefa85691adee6..17d29f22fbcea30a6aae78a92cd723a67b24f683 100644
--- a/testing/variations/fieldtrial_testing_config_win.json
+++ b/testing/variations/fieldtrial_testing_config_win.json
@@ -366,6 +366,17 @@
"group_name": "On"
}
],
+ "V8CacheStrategiesForCacheStorage": [
+ {
+ "group_name": "none"
+ },
+ {
+ "group_name": "normal"
+ },
+ {
+ "group_name": "aggressive"
+ }
+ ],
"VarationsServiceControl": [
{
"group_name": "Interval_30min",

Powered by Google App Engine
This is Rietveld 408576698