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

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

Issue 2740893002: Settings reset prompt: Enable the feature for fieldtrial testing. (Closed)
Patch Set: Created 3 years, 9 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/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h ('k') | 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after
2507 "platforms": [ 2507 "platforms": [
2508 "win" 2508 "win"
2509 ], 2509 ],
2510 "experiments": [ 2510 "experiments": [
2511 { 2511 {
2512 "name": "enforce_always_with_extensions_and_dse" 2512 "name": "enforce_always_with_extensions_and_dse"
2513 } 2513 }
2514 ] 2514 ]
2515 } 2515 }
2516 ], 2516 ],
2517 "SettingsResetPrompt": [
2518 {
2519 "platforms": [
2520 "win"
2521 ],
2522 "experiments": [
2523 {
2524 "name": "Enabled",
2525 "params": {
2526 "delay_before_prompt_seconds": "1",
2527 "domain_hashes": "{\"c027a731da03fee479b2ba00b3afe74b3fd 9190f0622755db8ffa504efbde66e\":\"3\"}",
2528 "prompt_wave": "20170101",
2529 "time_between_prompts_seconds": "3600"
2530 },
2531 "enable_features": [
2532 "SettingsResetPrompt"
2533 ]
2534 }
2535 ]
2536 }
2537 ],
2517 "SignInPasswordPromo": [ 2538 "SignInPasswordPromo": [
2518 { 2539 {
2519 "platforms": [ 2540 "platforms": [
2520 "linux", 2541 "linux",
2521 "mac", 2542 "mac",
2522 "win" 2543 "win"
2523 ], 2544 ],
2524 "experiments": [ 2545 "experiments": [
2525 { 2546 {
2526 "name": "Enable3", 2547 "name": "Enable3",
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
3019 { 3040 {
3020 "name": "Enabled", 3041 "name": "Enabled",
3021 "enable_features": [ 3042 "enable_features": [
3022 "use-new-media-cache" 3043 "use-new-media-cache"
3023 ] 3044 ]
3024 } 3045 }
3025 ] 3046 ]
3026 } 3047 }
3027 ] 3048 ]
3028 } 3049 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698