Commit a7ac3f12 authored by Chris Lu's avatar Chris Lu Committed by Chromium LUCI CQ

[ios] Launch location permissions experiment to 45% in Stable

Since this is a client-side driven experiment, the client must
turn it on to 45% stable.

Bug: 1138603
Change-Id: Ibe97fd2b7f92e19e3461ad635bbce9b5f6ee94a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588301Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: Chris Lu <thegreenfrog@chromium.org>
Auto-Submit: Chris Lu <thegreenfrog@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840649}
parent 12c0498b
......@@ -87,11 +87,10 @@ int CreateFirstRunTrial(
default_percent = 1;
break;
case version_info::Channel::STABLE:
// Disabled on stable pending approval. https://crbug.com/1126969
fre_modal_enabled_percent = 0;
remove_fre_prompt_enabled_percent = 0;
disabled_percent = 0;
default_percent = 100;
fre_modal_enabled_percent = 15;
remove_fre_prompt_enabled_percent = 15;
disabled_percent = 15;
default_percent = 55;
break;
}
......
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