Commit b8202d8b authored by Jeevan Shikaram's avatar Jeevan Shikaram Committed by Commit Bot

Reland "[App Management] Enable App Management by default."

This is a reland of 2fd01309

Original change's description:
> [App Management] Enable App Management by default.
> 
> Enable App Management by default. Current entry points are about:settings
> and about:app-management.
> 
> Bug: 906508
> Change-Id: I0118a4b51eda6e65bc72186e771fc2ede2acb45f
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610658
> Reviewed-by: Dominick Ng <dominickn@chromium.org>
> Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#659341}

Bug: 906508
Change-Id: I0fb9ced91a975afa7d0b94e0a863dccaca4bb247
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642491Reviewed-by: default avatarDominick Ng <dominickn@chromium.org>
Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666177}
parent 49753749
...@@ -624,7 +624,7 @@ const base::Feature kSystemWebApps{"SystemWebApps", ...@@ -624,7 +624,7 @@ const base::Feature kSystemWebApps{"SystemWebApps",
// Enables or disables the App Management UI. // Enables or disables the App Management UI.
const base::Feature kAppManagement{"AppManagement", const base::Feature kAppManagement{"AppManagement",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Disable downloads of unsafe file types over insecure transports if initiated // Disable downloads of unsafe file types over insecure transports if initiated
// from a secure page // from a secure page
......
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