commit | 8f359779a4f80a95ca5daa3ce558e2b91acf8827 | [log] [tgz] |
---|---|---|
author | dpapad <[email protected]> | Tue May 11 08:57:59 2021 |
committer | Chromium LUCI CQ <[email protected]> | Tue May 11 08:57:59 2021 |
tree | 052cb025a16019dca99b5df94a3892d14b126c25 | |
parent | c41e74415e56828f83848b8b8e7e0214a01cc975 [diff] [blame] |
Add an entry in chrome://flags for kSettingsLandingPageRedesign. Bug: 1204457 Change-Id: I9ad2340a4d370557f9e65fad55eabff5c94b4ae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2884902 Reviewed-by: John Lee <[email protected]> Commit-Queue: dpapad <[email protected]> Cr-Commit-Position: refs/heads/master@{#881456}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 489a2a79..40b7c6ba 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -5067,6 +5067,12 @@ "If enabled, Chrome will show the Feedback WebUI, as opposed to Chrome " "App Feedback UI, when clicking on \"Report an issue...\""; +const char kSettingsLandingPageRedesignName[] = + "Settings Landing Page Redesign"; +const char kSettingsLandingPageRedesignDescription[] = + "Changes the layout of the chrome://settings page to only show one section " + "at a time."; + #endif // defined(OS_WIN) || defined(OS_MAC) || defined(OS_LINUX) || // defined(OS_CHROMEOS)