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

Unified Diff: chrome/app/generated_resources.grd

Issue 2751333006: Create the base Custom Context Menu Dialog. (Closed)
Patch Set: Fixed based off tedchoc's comments 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 1f3da8f02d2a6d3e7a0bde6f5606f8451a66b4aa..528cd60e2e86f17d45f1213a262ca604997d0672 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15084,6 +15084,15 @@ read aloud to screenreader users to announce that a completion is available.">
<message name="IDS_FLAGS_DEBUG_SHORTCUTS_DESCRIPTION" desc="Description of the 'Debugging keyboard shortcuts' lab." translateable="false">
Enables additional keyboard shortcuts that are useful for debugging Ash.
</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" translateable="false">
+ 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