|
Show camera and microphone status indicators.
Some cameras do not have a visual indicator light. Some implementations of this visual indicator light can be programatically bypassed. Therefore, we are planning to add an on screen visual indicator that mimics the Speech Recognition implementation.
Chrome-UI-Leads have given us a red LED type icon to add to the windows / mac / linux system trays whenever getUserMedia is used.
BUG= 120126, 123767
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135198
Total comments: 16
Total comments: 40
Total comments: 39
Total comments: 16
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+667 lines, -23 lines) |
Patch |
 |
M |
chrome/app/chrome_command_ids.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
2 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/theme/theme_resources.grd
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_internals.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media/media_internals.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/media/media_stream_capture_indicator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/media/media_stream_capture_indicator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+312 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/status_icons/desktop_notification_balloon.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_dispatcher_host_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
11 chunks |
+47 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/media_stream_manager.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
11 chunks |
+82 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/media/mock_media_observer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/media_observer.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|