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[];