| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index cc3ad406dd46b88abcf4ee1ea3098a36e7b77005..c6a89eb52cc413bc84b80697524d8cec44778cb3 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -14656,6 +14656,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>
|
|
|