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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1432573002: Adding <keygen> Content Setting (Android UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@keygen_ui
Patch Set: Update UI strings. Created 5 years, 1 month 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
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 84b49fe91aeff615c0d250025ae5ccccebedf14f..84bd60770eda5819499ffceb33c1627d5482af4d 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -496,6 +496,9 @@ Usage statistics include information such as preferences, button clicks, and mem
<message name="IDS_JAVASCRIPT_PERMISSION_TITLE" desc="Title of the permission to run javascript [CHAR-LIMIT=32]">
JavaScript
</message>
+ <message name="IDS_KEYGEN_PERMISSION_TITLE" desc="Title of the permission to run key generation in a form [CHAR-LIMIT=32]">
+ Key Generation
+ </message>
<message name="IDS_POPUP_PERMISSION_TITLE" desc="Title of the permission to display pop-up windows [CHAR-LIMIT=32]">
Pop-ups
</message>
@@ -520,6 +523,9 @@ Usage statistics include information such as preferences, button clicks, and mem
<message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_JAVASCRIPT" desc="The description for the allow Javascript for website dialog.">
Allow JavaScript on websites you specify while blocking it for the rest of the web
</message>
+ <message name="IDS_WEBSITE_SETTINGS_ADD_SITE_DESCRIPTION_KEYGEN" desc="The description for the dialog to allow the use of key generation on a website.">
+ Allow forms to use key generation on websites you specify while blocking it for the rest of the web
+ </message>
Finnur 2015/11/05 20:44:41 Ummmm... where are these two strings used?
svaldez 2015/11/10 15:25:02 First one is used by ContentSettingsResource.
<message name="IDS_WEBSITE_SETTINGS_ADD_SITE_SITE_URL" desc="The label for the input field where the user can type a website URL.">
Site URL
</message>

Powered by Google App Engine
This is Rietveld 408576698