CR2023: Add separate flag ChromeWebuiRefresh2023 for WebUIs
This will be used to separate the WebUI surfaces (such as Power
Bookmarks and Customize Chrome) from other Chrome Refresh 2023 updates
so that non-WebUI surfaces can start experimenting without exposing
incomplete WebUI updates.
Bug: 1434802
Change-Id: Id1bd3ba14ec80820bfd1836c715bf355d562dce7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4456185
Reviewed-by: Dana Fried <[email protected]>
Reviewed-by: Demetrios Papadopoulos <[email protected]>
Commit-Queue: John Lee <[email protected]>
Code-Coverage: Findit <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1134151}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 98a897a..60fd268 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -748,6 +748,10 @@
const char kChromeRefresh2023Name[] = "Chrome Refresh 2023";
const char kChromeRefresh2023Description[] = "Refresh of Chrome Desktop UI.";
+const char kChromeWebuiRefresh2023Name[] = "Chrome WebUI Refresh 2023";
+const char kChromeWebuiRefresh2023Description[] =
+ "Enables Chrome Refresh 2023 styles for various WebUI surfaces.";
+
const char kCommerceHintAndroidName[] = "Commerce Hint Android";
const char kCommerceHintAndroidDescription[] =
"Enables commerce hint detection on Android.";