Commit 38f24fc1 authored by Steven Bennetts's avatar Steven Bennetts Committed by Commit Bot

Enable Metered toggle by default

For release in M86

Bug: 1093135
Change-Id: Id42946691b02ddd3cc281546d3b20953a35ce16c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317003Reviewed-by: default avatarJames Vecore <vecore@google.com>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791414}
parent dea27f39
...@@ -485,7 +485,7 @@ const base::Feature kMacSystemScreenCapturePermissionCheck{ ...@@ -485,7 +485,7 @@ const base::Feature kMacSystemScreenCapturePermissionCheck{
// Whether to show the Metered toggle in Settings, allowing users to toggle // Whether to show the Metered toggle in Settings, allowing users to toggle
// whether to treat a WiFi or Cellular network as 'metered'. // whether to treat a WiFi or Cellular network as 'metered'.
const base::Feature kMeteredShowToggle{"MeteredShowToggle", const base::Feature kMeteredShowToggle{"MeteredShowToggle",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
#if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(ENABLE_EXTENSIONS)
......
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