|
Redesign audio extension apis. This adds the following P1 requests api features:
OnLevelChanged event: This is fired when the level of an active audio device changes(volume for output, gain for inout), node id and new value of level are passed as arguments of the event.
BUG= 429312
Committed: https://crrev.com/481292c5ac84c13aee9a1e1d0ebd83fdd52d744d
Cr-Commit-Position: refs/heads/master@{#321679}
Total comments: 2
Total comments: 4
Total comments: 29
Total comments: 4
Total comments: 4
Total comments: 7
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+364 lines, -261 lines) |
Patch |
 |
M |
ash/system/audio/audio_observer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/system/audio/tray_audio.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/audio/tray_audio.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray_notifier.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray_notifier.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/system_tray_delegate_chromeos.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/volume_controller_chromeos.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/volume_controller_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/audio/cras_audio_handler.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
12 chunks |
+31 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chromeos/audio/cras_audio_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
22 chunks |
+38 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chromeos/audio/cras_audio_handler_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+40 lines, -43 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/audio/audio_api.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
extensions/browser/api/audio/audio_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/audio/audio_apitest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+126 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/audio/audio_service.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/audio/audio_service_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+21 lines, -11 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/audio/audio_service_linux.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/audio.idl
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
4 chunks |
+17 lines, -5 lines |
4 comments
|
Download
|
 |
M |
extensions/extensions.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/extensions.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -5 lines |
2 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_audio_controller_chromeos.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_audio_controller_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+8 lines, -4 lines |
4 comments
|
Download
|
 |
M |
extensions/test/data/api_test/audio/test.js
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
extensions/test/data/api_test/audio/volume_change/background.js
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
extensions/test/data/api_test/audio/volume_change/manifest.json
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
Total messages: 35 (7 generated)
|