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

Unified Diff: chrome/app/generated_resources.grd

Issue 10915069: Add Copy URL option to Omnibox context menu when URL is replaced by Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/bookmarks/bookmark_node_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 182e3bf6ed6ea748a474bc93d78e5c5716343720..f8a7ab17c29a5a6cc022a0c8bee167d0d15e045f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6768,6 +6768,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<!-- Omnibox -->
<if expr="not pp_ifdef('use_titlecase')">
+ <message name="IDS_COPY_URL" desc="The copy url menu option in context menu">
+ Copy URL
+ </message>
<message name="IDS_PASTE_AND_GO" desc="The text label of the Paste And Go menu item when the clipboard contains a URL">
Pa&amp;ste and go
</message>
@@ -6776,6 +6779,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
+ <message name="IDS_COPY_URL" desc="In Title Case: The copy url menu option in context menu">
+ Copy URL
+ </message>
<message name="IDS_PASTE_AND_GO" desc="In Title Case: The text label of the Paste And Go menu item when the clipboard contains a URL">
Pa&amp;ste and Go
</message>
@@ -13197,6 +13203,9 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_COPY_MAC" desc="The Mac menu item for copy in the edit menu.">
Copy
</message>
+ <message name="IDS_COPY_URL_MAC" desc="The Mac menu item for copy url in the context menu.">
+ Copy URL
+ </message>
<message name="IDS_PASTE_MAC" desc="The Mac menu item for paste in the edit menu.">
Paste
</message>
« no previous file with comments | « chrome/app/chrome_command_ids.h ('k') | chrome/browser/bookmarks/bookmark_node_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698