summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authortoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 09:06:45 +0000
committertoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 09:06:45 +0000
commit44ecb83b30eff2aa21125094ee0620844d531776 (patch)
tree7165e09cc092addee7f14c1514ef26431b815ea9 /chrome/app
parent8f7b3cb32479ed3e85df418fff57bd915044d10e (diff)
downloadchromium_src-44ecb83b30eff2aa21125094ee0620844d531776.zip
chromium_src-44ecb83b30eff2aa21125094ee0620844d531776.tar.gz
chromium_src-44ecb83b30eff2aa21125094ee0620844d531776.tar.bz2
Web MIDI: implement permission infobar
BUG=257618 TBR=jochen@chromium.org Review URL: https://chromiumcodereview.appspot.com/20990005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215257 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 188f296..7d34d50 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14682,6 +14682,19 @@ Some features may be unavailable. Please check that the profile exists and you
Ask me when a site wants to use system exclusive messages to access MIDI devices (recommended)
</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>