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

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

Issue 2562103002: Add field trial testing config for Scout study. (Closed)
Patch Set: Created 4 years 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 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 }, 1801 },
1802 { 1802 {
1803 "name": "Control" 1803 "name": "Control"
1804 }, 1804 },
1805 { 1805 {
1806 "name": "Disabled" 1806 "name": "Disabled"
1807 } 1807 }
1808 ] 1808 ]
1809 } 1809 }
1810 ], 1810 ],
1811 "SafeBrowsingScoutTransitionStudy": [
1812 {
1813 "platforms": [
1814 "android",
1815 "chromeos",
1816 "linux",
1817 "mac",
1818 "win"
1819 ],
1820 "experiments": [
1821 {
1822 "name": "CanShowScoutOptInGroup",
Nathan Parker 2016/12/09 18:54:15 Last I heard, only the first experiment listed wil
1823 "enable_features": [
1824 "CanShowScoutOptIn"
1825 ]
1826 },
1827 {
1828 "name": "OnlyShowScoutOptInGroup",
1829 "enable_features": [
1830 "OnlyShowScoutOptIn"
1831 ]
1832 },
1833 {
1834 "name": "Control",
1835 "disable_features": [
1836 "CanShowScoutOptIn",
1837 "OnlyShowScoutOptIn"
1838 ]
1839 },
1840 {
1841 "name": "Default"
1842 }
1843 ]
1844 }
1845 ],
1811 "SafeBrowsingUpdateFrequency": [ 1846 "SafeBrowsingUpdateFrequency": [
1812 { 1847 {
1813 "platforms": [ 1848 "platforms": [
1814 "linux", 1849 "linux",
1815 "mac", 1850 "mac",
1816 "win" 1851 "win"
1817 ], 1852 ],
1818 "experiments": [ 1853 "experiments": [
1819 { 1854 {
1820 "name": "UpdateTime15m", 1855 "name": "UpdateTime15m",
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2425 { 2460 {
2426 "name": "Enabled", 2461 "name": "Enabled",
2427 "enable_features": [ 2462 "enable_features": [
2428 "use-new-media-cache" 2463 "use-new-media-cache"
2429 ] 2464 ]
2430 } 2465 }
2431 ] 2466 ]
2432 } 2467 }
2433 ] 2468 ]
2434 } 2469 }
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