Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: extensions/test/data/api_test/audio/add_nodes/background.js

Issue 2635983006: Final cleanup pass over audio device API (Closed)
Patch Set: . Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/api/audio.idl ('k') | extensions/test/data/api_test/audio/remove_nodes/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/api_test/audio/add_nodes/background.js
diff --git a/extensions/test/data/api_test/audio/add_nodes/background.js b/extensions/test/data/api_test/audio/add_nodes/background.js
index 1028a23a5c4e510324f5cc2892ffe1feaf729dde..5fec5a0a7c684c0126a48ac91d091e25ebd365b0 100644
--- a/extensions/test/data/api_test/audio/add_nodes/background.js
+++ b/extensions/test/data/api_test/audio/add_nodes/background.js
@@ -4,7 +4,7 @@
chrome.test.runTests([
function waitForDeviceChangedEventTests() {
- chrome.test.listenOnce(chrome.audio.OnDevicesChanged, function(devices) {
+ chrome.test.listenOnce(chrome.audio.onDeviceListChanged, function(devices) {
var deviceList = devices.map(function(device) {
return {
id: device.id,
« no previous file with comments | « extensions/common/api/audio.idl ('k') | extensions/test/data/api_test/audio/remove_nodes/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698