Enable multi-mirroring by default
Changes:
1. Change from kEnableMultiMirroring to kDisableMultiMirroring.
2. Remove related tests.
Bug: 774795
Change-Id: I793504b1a9d89c2f6129c1e4edb45cb32a82c845
Reviewed-on: https://chromium-review.googlesource.com/847792
Commit-Queue: Weidong Guo <[email protected]>
Reviewed-by: Mitsuru Oshima <[email protected]>
Reviewed-by: Ahmed Fakhry <[email protected]>
Reviewed-by: Steven Bennetts <[email protected]>
Cr-Commit-Position: refs/heads/master@{#527493}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ea7e696..ec61c1b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3636,9 +3636,9 @@
SINGLE_VALUE_TYPE(switches::kLogNetLog)},
#if defined(OS_CHROMEOS)
- {"enable-multi-mirroring", flag_descriptions::kEnableMultiMirroringName,
- flag_descriptions::kEnableMultiMirroringDescription, kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableMultiMirroring)},
+ {"enable-multi-mirroring", flag_descriptions::kDisableMultiMirroringName,
+ flag_descriptions::kDisableMultiMirroringDescription, kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kDisableMultiMirroring)},
#endif // defined(OS_CHROMEOS)
#if BUILDFLAG(ENABLE_AV1_DECODER)