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

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

Issue 2379973002: Sign-in promo in the password bubble: test threshold=2 on the waterfall. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | no next file » | 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled", 9 "name": "Disabled",
10 "disable_features": [ 10 "disable_features": [
(...skipping 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 ], 1769 ],
1770 "SignInPasswordPromo": [ 1770 "SignInPasswordPromo": [
1771 { 1771 {
1772 "platforms": [ 1772 "platforms": [
1773 "linux", 1773 "linux",
1774 "mac", 1774 "mac",
1775 "win" 1775 "win"
1776 ], 1776 ],
1777 "experiments": [ 1777 "experiments": [
1778 { 1778 {
1779 "name": "Enable", 1779 "name": "Enable2",
1780 "params": { 1780 "params": {
1781 "dismissal_threshold": "1" 1781 "dismissal_threshold": "2"
1782 } 1782 }
1783 } 1783 }
1784 ] 1784 ]
1785 } 1785 }
1786 ], 1786 ],
1787 "SimpleCacheTrial": [ 1787 "SimpleCacheTrial": [
1788 { 1788 {
1789 "platforms": [ 1789 "platforms": [
1790 "chromeos", 1790 "chromeos",
1791 "linux", 1791 "linux",
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 { 2215 {
2216 "name": "Enabled", 2216 "name": "Enabled",
2217 "enable_features": [ 2217 "enable_features": [
2218 "use-new-media-cache" 2218 "use-new-media-cache"
2219 ] 2219 ]
2220 } 2220 }
2221 ] 2221 ]
2222 } 2222 }
2223 ] 2223 ]
2224 } 2224 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698