Commit f426ec0b authored by toyoshim@chromium.org's avatar toyoshim@chromium.org

Web MIDI: add permission infobar icon for Android

On Android, permission infobar appears for Web MIDI permission,
but correct icon is not used. This change add a proper icon.

Submit with NOTRY=true since it contains binary files and the patch
fails on try.

BUG=339767
NOTRY=true

Review URL: https://codereview.chromium.org/292743004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271677 0039d316-1c4b-4281-b951-d872f2087c98
parent 14bb4669
......@@ -23,6 +23,7 @@ DEFINE_RESOURCE_ID(IDR_INFOBAR_DESKTOP_NOTIFICATIONS,\
DEFINE_RESOURCE_ID(IDR_INFOBAR_GEOLOCATION, R.drawable.infobar_geolocation)
DEFINE_RESOURCE_ID(IDR_INFOBAR_MEDIA_STREAM_CAMERA, R.drawable.infobar_camera)
DEFINE_RESOURCE_ID(IDR_INFOBAR_MEDIA_STREAM_MIC, R.drawable.infobar_microphone)
DEFINE_RESOURCE_ID(IDR_INFOBAR_MIDI, R.drawable.infobar_midi)
DEFINE_RESOURCE_ID(IDR_INFOBAR_MULTIPLE_DOWNLOADS,\
R.drawable.infobar_multiple_downloads)
DEFINE_RESOURCE_ID(IDR_INFOBAR_PLUGIN_CRASHED,\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment