Commit c2dbf2e0 authored by Gavin Williams's avatar Gavin Williams Committed by Commit Bot

Enable Printer Status flag by default

Enable Printer Status flag by default

Bug: 1059607
Change-Id: Ic8706b815905f9ff9208158f2657d980ad013796
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315919
Auto-Submit: Gavin Williams <gavinwill@chromium.org>
Reviewed-by: default avatarBailey Berro <baileyberro@chromium.org>
Commit-Queue: Gavin Williams <gavinwill@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791705}
parent 00b48258
...@@ -352,7 +352,7 @@ const base::Feature kPluginVmShowMicrophonePermissions{ ...@@ -352,7 +352,7 @@ const base::Feature kPluginVmShowMicrophonePermissions{
// Controls whether to show printer statuses. // Controls whether to show printer statuses.
const base::Feature kPrinterStatus{"PrinterStatus", const base::Feature kPrinterStatus{"PrinterStatus",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
// Controls whether to enable the Print Job Management App. // Controls whether to enable the Print Job Management App.
const base::Feature kPrintJobManagementApp{"PrintJobManagementApp", const base::Feature kPrintJobManagementApp{"PrintJobManagementApp",
......
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