commit | 0729852ddc32f78474e9232b3c22437d08df7662 | [log] [tgz] |
---|---|---|
author | Alex Newcomer <[email protected]> | Thu Oct 01 20:56:37 2020 |
committer | Commit Bot <[email protected]> | Thu Oct 01 20:56:37 2020 |
tree | c8f181c016f2737a143156bdd9982ce0a5fddc62 | |
parent | f0a63ab9553a92a3f6bf044b1627e2204ad1588c [diff] [blame] |
cros: Only render img or table tags For clipboard history, only render img or table tags when a new flag is enabled. This flag will be enabled via finch at a later date so we can compare usage. Bug: 1131691 Change-Id: I21aa05c4daa5a80f0037c8507e0e32eda1f04bc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441258 Commit-Queue: Alex Newcomer <[email protected]> Reviewed-by: David Black <[email protected]> Cr-Commit-Position: refs/heads/master@{#812904}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index 6b7b790..97c25e7 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -2246,6 +2246,9 @@ extern const char kEnhancedClipboardName[]; extern const char kEnhancedClipboardDescription[]; +extern const char kEnhancedClipboardSimpleRenderName[]; +extern const char kEnhancedClipboardSimpleRenderDescription[]; + extern const char kMultiDisplayOverviewAndSplitViewName[]; extern const char kMultiDisplayOverviewAndSplitViewDescription[];