From ed00b0d8099f6cf1806122f28adebd0285996e10 Mon Sep 17 00:00:00 2001 From: Alan Cutter Date: Fri, 14 May 2021 13:38:35 +0000 Subject: [PATCH] Re-enable DefaultPinnedAppsUpdate2021Q2 default shelf app ordering This feature is targeting M92 to coincide with the rollout of migrating default Chrome apps to web apps. Bug: 1193383 Change-Id: Ib4fffa1c373134c9eb92855455980030a563680b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2896211 Auto-Submit: Alan Cutter Commit-Queue: Eric Willigers Reviewed-by: Eric Willigers Cr-Commit-Position: refs/heads/master@{#882948} --- chrome/common/chrome_features.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc index a610d9c2b96cd5..f5061438d28cf6 100644 --- a/chrome/common/chrome_features.cc +++ b/chrome/common/chrome_features.cc @@ -238,7 +238,7 @@ const base::Feature kPreinstalledWebAppInstallation{ // Updates the default set of pinned apps in the Chrome OS shelf for new // profiles. const base::Feature kDefaultPinnedAppsUpdate2021Q2{ - "DefaultPinnedAppsUpdate2021Q2", base::FEATURE_DISABLED_BY_DEFAULT}; + "DefaultPinnedAppsUpdate2021Q2", base::FEATURE_ENABLED_BY_DEFAULT}; #endif // Enable using tab sharing infobars for desktop capture.