Commit f11817d3 authored by Tommy Nyquist's avatar Tommy Nyquist Committed by Commit Bot

[android] Update inline update notification test config

The inline update experiment data has shown that we want to
use the best effort version of the feature config to be able
to reach as many users as possible.

This changes the default configuration to be the version
without notifications, and using best_effort.

Bug: 884914
Change-Id: Iccecb804bf21501640170343584666a9c1a07c25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013814
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734277}
parent 2bdadb69
......@@ -422,10 +422,9 @@
],
"experiments": [
{
"name": "Enabled_WithNotification",
"name": "Enabled_NoNotification",
"params": {
"update_notification_interval_days": "21",
"update_notification_state": "true"
"flow": "best_effort"
},
"enable_features": [
"InlineUpdateFlow"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment