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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index ae2982e470492e8a83d970343247d6ae83629b37..05682d527b468d2f99d8e6aa214bccf0e9e05ed2 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -2514,6 +2514,27 @@
]
}
],
+ "SettingsResetPrompt": [
+ {
+ "platforms": [
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "Enabled",
+ "params": {
+ "delay_before_prompt_seconds": "1",
+ "domain_hashes": "{\"c027a731da03fee479b2ba00b3afe74b3fd9190f0622755db8ffa504efbde66e\":\"3\"}",
+ "prompt_wave": "20170101",
+ "time_between_prompts_seconds": "3600"
+ },
+ "enable_features": [
+ "SettingsResetPrompt"
+ ]
+ }
+ ]
+ }
+ ],
"SignInPasswordPromo": [
{
"platforms": [
« 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