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

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

Issue 2585413002: Update audio api to use v2 stable device ID (Closed)
Patch Set: rebase Created 3 years, 11 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/test/data/api_test/audio/add_nodes/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/test/data/api_test/audio/remove_nodes/background.js
diff --git a/extensions/test/data/api_test/audio/remove_nodes/background.js b/extensions/test/data/api_test/audio/remove_nodes/background.js
index 2eb1e35d82e6cf110fabbd9837570023f9e1eb04..14f512474c838dd7389582d61b4bb40e9f8b5cff 100644
--- a/extensions/test/data/api_test/audio/remove_nodes/background.js
+++ b/extensions/test/data/api_test/audio/remove_nodes/background.js
@@ -20,14 +20,14 @@ chrome.test.runTests([
chrome.test.assertEq([{
id: '40001',
- stableDeviceId: '90001',
+ stableDeviceId: '106606' /* 90001 ^ 0xFFFF */,
isInput: true,
deviceType: 'USB',
deviceName: 'Jabra Mic',
displayName: 'Jabra Mic 1'
}, {
id: '40002',
- stableDeviceId: '90002',
+ stableDeviceId: '106605' /* 90002 ^ 0xFFFF */,
isInput: true,
deviceType: 'USB',
deviceName: 'Jabra Mic',
« no previous file with comments | « extensions/test/data/api_test/audio/add_nodes/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698