Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1400)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2751333006: Create the base Custom Context Menu Dialog. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b8e710afffaab2371dde075e4b0bf7eb1c9b8649..a18337990deb64b4984b7570f3e383b67ab6b921 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15032,6 +15032,15 @@ read aloud to screenreader users to announce that a completion is available.">
<message name="IDS_FLAGS_MOJO_LOADING_DESCRIPTION" desc="Description for the flag to enable Mojo IPC for resource loading" translateable="false">
Use Mojo IPC instead of traditional Chrome IPC for resource loading.
</message>
+
+ <if expr="is_android">
+ <message name="IDS_FLAGS_ENABLE_CUSTOM_CONTEXT_MENU_NAME" desc="Name for the flag to enable the custom context menu" translateable="false">
+ Enable custom context menu
+ </message>
+ <message name="IDS_FLAGS_ENABLE_CUSTOM_CONTEXT_MENU_DESCRIPTION" desc="Description for the flag that enables the custom context menu">
+ Enables a new context menu when a link, image, or video is pressed within main Chrome.
+ </message>
+ </if>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698