commit | a0b5f23949dc0a779b4f9b1e71a0b4003cb3d2ee | [log] [tgz] |
---|---|---|
author | Tymofii Chudakov <[email protected]> | Thu Aug 06 12:13:00 2020 |
committer | Commit Bot <[email protected]> | Thu Aug 06 12:13:00 2020 |
tree | 7cf01dfd005d72a4e8e873c67a4c41b330036297 | |
parent | a67b04785ad9cf067ba9bbb09c3f78517439b7b5 [diff] [blame] |
WebUI Settings: Add a finch flag for content settings redesign Redesigning the content settings pages with radio buttons and new strings, behind this flag. Bug: 1113642 Change-Id: I882f91eca5e353453335838ee7a26188eaa4d780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316162 Commit-Queue: Tymofii Chudakov <[email protected]> Reviewed-by: dpapad <[email protected]> Reviewed-by: Sean Harrison <[email protected]> Cr-Commit-Position: refs/heads/master@{#795426}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 328bb32..9683244 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1102,6 +1102,9 @@ extern const char kQuietNotificationPromptsName[]; extern const char kQuietNotificationPromptsDescription[]; +extern const char kContentSettingsRedesignName[]; +extern const char kContentSettingsRedesignDescription[]; + extern const char kRawClipboardName[]; extern const char kRawClipboardDescription[];