Skip to content

Commit 12d997c

Browse files
committed
add onboarding design experiment configuration
1 parent ce1b7aa commit 12d997c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

privacy-config/privacy-config-impl/src/main/res/raw/privacy_config.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,28 @@
947947
"reason": "Site breakage"
948948
}
949949
]
950+
},
951+
"onboardingDesignExperiment": {
952+
"state": "disabled",
953+
"features": {
954+
"onboardingDesignExperimentAug25": {
955+
"state": "disabled",
956+
"cohorts": [
957+
{
958+
"name": "modifiedControl",
959+
"weight": 0
960+
},
961+
{
962+
"name": "buck",
963+
"weight": 0
964+
},
965+
{
966+
"name": "bb",
967+
"weight": 0
968+
}
969+
]
970+
}
971+
}
950972
}
951973
},
952974
"unprotectedTemporary": []

0 commit comments

Comments
 (0)