Skip to content

Commit

Permalink
Re-enable DefaultPinnedAppsUpdate2021Q2 default shelf app ordering
Browse files Browse the repository at this point in the history
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 <alancutter@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Reviewed-by: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#882948}
  • Loading branch information
alancutter authored and Chromium LUCI CQ committed May 14, 2021
1 parent 34a0d15 commit ed00b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/common/chrome_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed00b0d

Please sign in to comment.