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

Unified Diff: testing/variations/fieldtrial_testing_config_android.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_android.json
diff --git a/testing/variations/fieldtrial_testing_config_android.json b/testing/variations/fieldtrial_testing_config_android.json
index e70427217a83490262b32e4ff1f9a15c667b028c..2aa2c9ca2b1578979d279606a3f1555ff565069c 100644
--- a/testing/variations/fieldtrial_testing_config_android.json
+++ b/testing/variations/fieldtrial_testing_config_android.json
@@ -445,6 +445,17 @@
}
}
],
+ "V8CacheStrategiesForCacheStorage": [
+ {
+ "group_name": "none"
+ },
+ {
+ "group_name": "normal"
+ },
+ {
+ "group_name": "aggressive"
+ }
+ ],
"VarationsServiceControl": [
{
"group_name": "Interval_30min",

Powered by Google App Engine
This is Rietveld 408576698