Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index d41eded4ad42c3ee2ed6ba724e959a3ae65df0f4..adcb888636f556d15985ceb2afd73d58939fd171 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -14640,6 +14640,19 @@ Some features may be unavailable. Please check that the profile exists and you |
This page has been blocked from tracking your location. |
</message> |
+ <!-- Web MIDI messages --> |
+ <message name="IDS_MIDI_SYSEX_INFOBAR_QUESTION" desc="Question asked on the info bar whenever URL wants to access MIDI devices with system exclusive messages."> |
+ <ph name="URL"> |
+ $1<ex>www.google.com</ex> |
+ </ph> wants to get full control of your MIDI devices. |
+ </message> |
+ <message name="IDS_MIDI_SYSEX_ALLOW_BUTTON" desc="A button in MIDI access infobar for allowing full access to MIDI devices for a given domain."> |
+ Allow |
+ </message> |
+ <message name="IDS_MIDI_SYSEX_DENY_BUTTON" desc="A button in MIDI access infobar for denying full access to MIDI devices for a given domain."> |
+ Deny |
+ </message> |
+ |
<message name="IDS_REGISTER_PROTOCOL_HANDLER_TOOLTIP" desc="Location bar icon tooltip text when a page wants to use registerProtocolHandler."> |
This page wants to install a service handler. |
</message> |