Skip to content

Commit

Permalink
[ios] Enable Apple Calendar experiment
Browse files Browse the repository at this point in the history
(cherry picked from commit df319e4)

Bug: 1440620
Change-Id: I009b751f694f9eb03da5956b24465651fc0d6a4f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4481318
Reviewed-by: Olivier Robin <olivierrobin@chromium.org>
Commit-Queue: David Jean <djean@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1136416}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4487933
Auto-Submit: David Jean <djean@chromium.org>
Reviewed-by: Elmehdi Rahmaoui <erahmaoui@google.com>
Commit-Queue: Elmehdi Rahmaoui <erahmaoui@google.com>
Cr-Commit-Position: refs/branch-heads/5735@{#48}
Cr-Branched-From: 2f562e4-refs/heads/main@{#1135570}
  • Loading branch information
David Jean authored and Chromium LUCI CQ committed Apr 28, 2023
1 parent 5dc6c7b commit 734aad6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion ios/chrome/browser/shared/public/features/features.mm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ bool IsUIButtonConfigurationEnabled() {

BASE_FEATURE(kEnableExpKitAppleCalendar,
"EnableExpKitAppleCalendar",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);

BASE_FEATURE(kTabGridRecencySort,
"TabGridRecencySort",
Expand Down
15 changes: 0 additions & 15 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6701,21 +6701,6 @@
]
}
],
"IOSExpKitAppleCalendar": [
{
"platforms": [
"ios"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"EnableExpKitAppleCalendar"
]
}
]
}
],
"IOSExpKitCalendarTextClassifier": [
{
"platforms": [
Expand Down

0 comments on commit 734aad6

Please sign in to comment.