Skip to content

Commit

Permalink
[TTS][RSearches] Extend TTS and RS flag expiration
Browse files Browse the repository at this point in the history
Extends various flags to not expire until M-99. These have active
experiments for Touch to Search (Contextual Search) or Related
Searches.

BUG=

Change-Id: Idc4b0a13f509ac7fca186792ca936b34f4fc4dab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3182805
Auto-Submit: Donn Denman <[email protected]>
Commit-Queue: Gang Wu <[email protected]>
Reviewed-by: Gang Wu <[email protected]>
Cr-Commit-Position: refs/heads/main@{#926784}
  • Loading branch information
Donn Denman authored and Chromium LUCI CQ committed Sep 30, 2021
1 parent 7dd4136 commit 3b2fb7d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions chrome/browser/flag-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@
{
"name": "contextual-search-force-caption",
"owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/OWNERS", "[email protected]" ],
"expiry_milestone": 95
"expiry_milestone": 99
},
{
"name": "contextual-search-literal-search-tap",
Expand All @@ -840,7 +840,7 @@
{
"name": "contextual-search-longpress-resolve",
"owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/OWNERS", "[email protected]" ],
"expiry_milestone": 95
"expiry_milestone": 99
},
{
"name": "contextual-search-ml-tap-suppression",
Expand All @@ -865,7 +865,7 @@
{
"name": "contextual-search-translations",
"owners": [ "//chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/OWNERS", "[email protected]" ],
"expiry_milestone": 95
"expiry_milestone": 99
},
{
"name": "contextual-search-twv-impl",
Expand Down Expand Up @@ -4588,27 +4588,27 @@
{
"name": "related-searches",
"owners": [ "donnd", "[email protected]" ],
"expiry_milestone": 97
"expiry_milestone": 99
},
{
"name": "related-searches-alternate-ux",
"owners": [ "donnd", "[email protected]" ],
"expiry_milestone": 97
"expiry_milestone": 99
},
{
"name": "related-searches-in-bar",
"owners": [ "donnd", "[email protected]" ],
"expiry_milestone": 97
"expiry_milestone": 99
},
{
"name": "related-searches-simplified-ux",
"owners": [ "donnd", "[email protected]" ],
"expiry_milestone": 97
"expiry_milestone": 99
},
{
"name": "related-searches-ui",
"owners": [ "donnd", "[email protected]" ],
"expiry_milestone": 97
"expiry_milestone": 99
},
{
"name": "release-notes-notification-all-channels",
Expand Down Expand Up @@ -5006,7 +5006,7 @@
{
"name": "single-touch-select",
"owners": [ "donnd", "[email protected]" ],
"expiry_milestone": 97
"expiry_milestone": 99
},
{
"_comment1": "Shipping some form of Site Isolation to Android is tracked",
Expand Down

0 comments on commit 3b2fb7d

Please sign in to comment.