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

Unified Diff: ios/chrome/share_extension/strings/ios_share_extension_strings.grd

Issue 2608913002: Handle invalid URLs in share extension. (Closed)
Patch Set: adding gambard as OWNER Created 3 years, 12 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/share_extension/share_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/share_extension/strings/ios_share_extension_strings.grd
diff --git a/ios/chrome/share_extension/strings/ios_share_extension_strings.grd b/ios/chrome/share_extension/strings/ios_share_extension_strings.grd
index 5a9aeae74049918452bf1e42c583f87e5c471801..fd8dd3841a7f44de23dfaab8e50a0b8a607cda6c 100644
--- a/ios/chrome/share_extension/strings/ios_share_extension_strings.grd
+++ b/ios/chrome/share_extension/strings/ios_share_extension_strings.grd
@@ -136,6 +136,12 @@ all other OS specific variables will be false.
<message name="IDS_IOS_ADD_BOOKMARKS_SHARE_EXTENSION" desc="Share extension button to add to bookmarks [Length: 30em]" meaning="Button title [Length: 30em]">
Add to Bookmarks
</message>
+ <message name="IDS_IOS_ERROR_MESSAGE_SHARE_EXTENSION" desc="Share extension message to tell the user the URL cannot be processed. The name of the application will be put in place of APPLICATION_NAME">
+ APPLICATION_NAME cannot handle this link.
+ </message>
+ <message name="IDS_IOS_OK_BUTTON_SHARE_EXTENSION" desc="Label for the OK button in the share extension.">
+ OK
+ </message>
</messages>
</release>
</grit>
« no previous file with comments | « ios/chrome/share_extension/share_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698