Commit aff9b965 authored by Anthony Vallee-Dubois's avatar Anthony Vallee-Dubois Committed by Commit Bot

Enable policy invalidations and remote commands by default

Bug: 1150509
Change-Id: If67fb599658b610c25498ebd8967dc4997314033
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2546996Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: anthonyvd <anthonyvd@chromium.org>
Cr-Commit-Position: refs/heads/master@{#828921}
parent 95698477
...@@ -9,10 +9,10 @@ namespace policy { ...@@ -9,10 +9,10 @@ namespace policy {
namespace features { namespace features {
const base::Feature kCBCMPolicyInvalidations{"CBCMPolicyInvalidations", const base::Feature kCBCMPolicyInvalidations{"CBCMPolicyInvalidations",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kCBCMRemoteCommands{"CBCMRemoteCommands", const base::Feature kCBCMRemoteCommands{"CBCMRemoteCommands",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features } // namespace features
......
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