wallpaper: feature flag for WebUI experience
The existing wallpaper chrome app is being deprecated. Introduce a new
feature flag "WallpaperWebUI" to show a WebUI page instead of the
wallpaper extension.
BUG=b:178218235
TEST=browse to chrome://flags#wallpaper-webui
Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome
Change-Id: I3e4c6c7ea70a026a0e8f68facf3c02b2a60cf36c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643347
Commit-Queue: Jeffrey Young <[email protected]>
Reviewed-by: Tao Wu <[email protected]>
Reviewed-by: Xiaohui Chen <[email protected]>
Cr-Commit-Position: refs/heads/master@{#847839}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index dca21e2..5c55d7b 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2475,6 +2475,11 @@
const char kWalletServiceUseSandboxDescription[] =
"For developers: use the sandbox service for Google Payments API calls.";
+const char kWallpaperWebUIName[] = "Enable new wallpaper experience";
+const char kWallpaperWebUIDescription[] =
+ "Enables the wallpaper picker "
+ "in ChromeOS Settings";
+
const char kWebBluetoothNewPermissionsBackendName[] =
"Use the new permissions backend for Web Bluetooth";
const char kWebBluetoothNewPermissionsBackendDescription[] =