Commit ce8bfb45 authored by Kuo-Hsin Yang's avatar Kuo-Hsin Yang Committed by Commit Bot

Enable CrOSUserSpaceLowMemoryNotification by default

Also delete testing config.

Bug: b/149833548
Change-Id: I314961ff0c037933572b81a909bf792f7678017f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366321Reviewed-by: default avatarBrian Geffon <bgeffon@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Commit-Queue: Kuo-Hsin Yang <vovoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801216}
parent f3b3fc1a
...@@ -29,7 +29,7 @@ namespace chromeos { ...@@ -29,7 +29,7 @@ namespace chromeos {
namespace memory { namespace memory {
const base::Feature kCrOSUserSpaceLowMemoryNotification{ const base::Feature kCrOSUserSpaceLowMemoryNotification{
"CrOSUserSpaceLowMemoryNotification", base::FEATURE_DISABLED_BY_DEFAULT}; "CrOSUserSpaceLowMemoryNotification", base::FEATURE_ENABLED_BY_DEFAULT};
namespace { namespace {
// Pointer to the SystemMemoryPressureEvaluator used by TabManagerDelegate for // Pointer to the SystemMemoryPressureEvaluator used by TabManagerDelegate for
......
...@@ -1510,21 +1510,6 @@ ...@@ -1510,21 +1510,6 @@
] ]
} }
], ],
"CrOSUserSpaceLowMemoryNotification": [
{
"platforms": [
"chromeos"
],
"experiments": [
{
"name": "Enabled_20200520",
"enable_features": [
"CrOSUserSpaceLowMemoryNotification"
]
}
]
}
],
"CrostiniWebUIUpgrader": [ "CrostiniWebUIUpgrader": [
{ {
"platforms": [ "platforms": [
......
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