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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 766303003: A private API for the cryptotoken component extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New permission has no ui string, skip in tests Created 6 years 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 | « no previous file | chrome/app/theme/default_100_percent/common/infobar_cryptotoken.png » ('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 940bcfcb59f3ec05ced958b2141718562ebe0ec9..7bc1124424ea3465d876dbfe8784cd26a61475db 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13199,6 +13199,19 @@ Some features may be unavailable. Please check that the profile exists and you
This page has been blocked from tracking your location.
</message>
+ <!-- CryptoToken messages -->
+ <if expr="not is_android">
+ <message name="IDS_CRYPTOTOKEN_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access the user's security keys.">
+ Allow <ph name="URL">$1<ex>accounts.google.com</ex></ph> to identify you by your Security Key?
+ </message>
+ </if>
+ <message name="IDS_CRYPTOTOKEN_ALLOW_BUTTON" desc="A button in cryptotoken infobar for allowing access to security keys for a given domain.">
+ Allow
+ </message>
+ <message name="IDS_CRYPTOTOKEN_DENY_BUTTON" desc="A button in cryptotoken infobar for denying access to security keys for a given domain.">
+ Block
+ </message>
+
<!-- Web MIDI messages -->
<message name="IDS_MIDI_SYSEX_TAB_LABEL" desc="Label for MIDI system exclusive message on Content Settings dialog">
MIDI full control
« no previous file with comments | « no previous file | chrome/app/theme/default_100_percent/common/infobar_cryptotoken.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698