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

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2670143004: Add flag for AIA fetching and enable on waterfall (Closed)
Patch Set: update histograms.xml Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "AndroidAIAFetching": [
3 {
4 "platforms": [
5 "android"
6 ],
7 "experiments": [
8 {
9 "name": "Enabled",
10 "enable_features": [
11 "AndroidAIAFetching"
12 ]
13 }
14 ]
15 }
16 ],
2 "AndroidSpellChecker": [ 17 "AndroidSpellChecker": [
3 { 18 {
4 "platforms": [ 19 "platforms": [
5 "android" 20 "android"
6 ], 21 ],
7 "experiments": [ 22 "experiments": [
8 { 23 {
9 "name": "Enabled_NonLowEnd", 24 "name": "Enabled_NonLowEnd",
10 "enable_features": [ 25 "enable_features": [
11 "AndroidSpellCheckerNonLowEnd" 26 "AndroidSpellCheckerNonLowEnd"
(...skipping 2655 matching lines...) Expand 10 before | Expand all | Expand 10 after
2667 { 2682 {
2668 "name": "Enabled", 2683 "name": "Enabled",
2669 "enable_features": [ 2684 "enable_features": [
2670 "use-new-media-cache" 2685 "use-new-media-cache"
2671 ] 2686 ]
2672 } 2687 }
2673 ] 2688 ]
2674 } 2689 }
2675 ] 2690 ]
2676 } 2691 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698