|
Cancel MIDI permission request infobar on MIDIAccess stop.
On WebCore::MIDIAccess::stop(), renderer didn't cancel the MIDI
permission request infobar. As a result, when an iframe webpage that
requested MIDI permission is navigated away, the MIDI infobar is not
dismissed, unlike the geolocation infobar. This CL makes the MIDI infobar
be dismissed on WebCore::MIDIAccess::stop().
BUG= 309893
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=231719
Total comments: 15
Total comments: 2
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+193 lines, -17 lines) |
Patch |
 |
M |
android_webview/browser/aw_browser_context.h
|
View
|
1
2
3
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
1
2
3
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/chrome_midi_permission_context.h
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/chrome_midi_permission_context.cc
|
View
|
1
2
|
4 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_impl.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_impl.cc
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.cc
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/test/fake_profile.h
|
View
|
1
2
3
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/test/fake_profile.cc
|
View
|
1
2
3
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.h
|
View
|
1
2
3
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
1
2
3
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_manager_impl_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/midi_dispatcher_host.h
|
View
|
1
2
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/midi_dispatcher_host.cc
|
View
|
1
2
|
2 chunks |
+18 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/common/media/midi_messages.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/browser_context.h
|
View
|
1
2
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_browser_context.h
|
View
|
1
2
3
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_browser_context.cc
|
View
|
1
2
3
5
6
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/midi_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_browser_context.h
|
View
|
1
2
3
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_browser_context.cc
|
View
|
1
2
3
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|