Add support for rendering translate chip.

Bug: 1175364
Change-Id: I995423af4794e3e9a8b2659c159d3681b9979ab9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2682768
Commit-Queue: Juan Mojica <[email protected]>
Reviewed-by: Ben Goldberger <[email protected]>
Reviewed-by: Yusuf Ozuysal <[email protected]>
Reviewed-by: Robert Kaplow <[email protected]>
Cr-Commit-Position: refs/heads/master@{#856865}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 35b1eef..5c92df17 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -383,6 +383,12 @@
     "Display an additional menu item for a Shopping intent to Google Lens "
     "below Search with Google Lens when Lens shopping feature is enabled";
 
+const char kContextMenuTranslateWithGoogleLensName[] =
+    "Google Lens powered image search for translatable images surfaced as a "
+    "chip under the context menu.";
+const char kContextMenuTranslateWithGoogleLensDescription[] =
+    "Enable a chip for a Translate intent into Google Lens when supported.";
+
 const char kClickToOpenPDFName[] = "Click to open embedded PDFs";
 const char kClickToOpenPDFDescription[] =
     "When the PDF plugin is unavailable, show a click-to-open placeholder for "