Enable cups driver components by default

Enable flags for cups driver components by default.

BUG=chromium:792211
TEST=setup epson printer without flags enabled

Change-Id: Iaedf8eda9e0c362282567064abd62b363c6259de
Reviewed-on: https://chromium-review.googlesource.com/823242
Commit-Queue: Xiaochu Liu <[email protected]>
Reviewed-by: Sean Kau <[email protected]>
Cr-Commit-Position: refs/heads/master@{#524867}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 430bb7ba..6a9a566e1 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2660,7 +2660,7 @@
     {"enable-bulk-printers", flag_descriptions::kBulkPrintersName,
      flag_descriptions::kBulkPrintersDescription, kOsCrOS,
      FEATURE_VALUE_TYPE(features::kBulkPrinters)},
-    {"enable-cros-component", flag_descriptions::kCrOSComponentName,
+    {"disable-cros-component", flag_descriptions::kCrOSComponentName,
      flag_descriptions::kCrOSComponentDescription, kOsCrOS,
      FEATURE_VALUE_TYPE(features::kCrOSComponent)},
     {"enable-cros-container", flag_descriptions::kCrOSContainerName,