Add about://flags entry for the EyeDropper feature
The "EyeDropper" feature was previously command-line only, which
makes it difficult to test. This CL adds a connection to
about://flags for this feature. As the feature is only implemented
on Windows at this point, the flag is similarly limited. As
support improves on other platforms, that can be expanded.
This CL also extends the FormControlsRefresh flag expiration out
to M88.
Bug: 992297
Change-Id: Idd7f44115422808c621d9ba8b24f52ab98004fca
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2271077
Commit-Queue: Mason Freed <[email protected]>
Commit-Queue: Avi Drissman <[email protected]>
Reviewed-by: Avi Drissman <[email protected]>
Auto-Submit: Mason Freed <[email protected]>
Cr-Commit-Position: refs/heads/master@{#783264}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 5b9b62aa..b721d8e7 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1113,6 +1113,11 @@
const char kFormControlsRefreshDescription[] =
"If enabled, HTML forms elements will be rendered using an updated style.";
+const char kColorPickerEyeDropperName[] = "Color Picker Eye Dropper Support";
+const char kColorPickerEyeDropperDescription[] =
+ "If enabled, the color picker will contain an eye dropper control that "
+ "can be used to pick colors.";
+
const char kGlobalMediaControlsName[] = "Global Media Controls";
const char kGlobalMediaControlsDescription[] =
"Enables the Global Media Controls UI in the toolbar.";