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

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

Issue 2457703006: Sign-in promo in the password bubble: test dismissal_threshold=3 on the waterfall. (Closed)
Patch Set: Created 4 years, 1 month 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
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 } 10 }
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after
1877 ], 1877 ],
1878 "SignInPasswordPromo": [ 1878 "SignInPasswordPromo": [
1879 { 1879 {
1880 "platforms": [ 1880 "platforms": [
1881 "linux", 1881 "linux",
1882 "mac", 1882 "mac",
1883 "win" 1883 "win"
1884 ], 1884 ],
1885 "experiments": [ 1885 "experiments": [
1886 { 1886 {
1887 "name": "Enable2", 1887 "name": "Enable3",
1888 "params": { 1888 "params": {
1889 "dismissal_threshold": "2" 1889 "dismissal_threshold": "3"
1890 } 1890 }
1891 } 1891 }
1892 ] 1892 ]
1893 } 1893 }
1894 ], 1894 ],
1895 "SimpleCacheTrial": [ 1895 "SimpleCacheTrial": [
1896 { 1896 {
1897 "platforms": [ 1897 "platforms": [
1898 "chromeos", 1898 "chromeos",
1899 "linux", 1899 "linux",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
2339 { 2339 {
2340 "name": "Enabled", 2340 "name": "Enabled",
2341 "enable_features": [ 2341 "enable_features": [
2342 "use-new-media-cache" 2342 "use-new-media-cache"
2343 ] 2343 ]
2344 } 2344 }
2345 ] 2345 ]
2346 } 2346 }
2347 ] 2347 ]
2348 } 2348 }
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