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

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: Rebase for histograms 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f2621cda7b6ea3fbab32e84ff0daf91873a27193..f6f69b1b1ae2224c0c7a4f9b40a8d80843f7d143 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13205,6 +13205,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

Powered by Google App Engine
This is Rietveld 408576698