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

Unified Diff: chrome/test/data/extensions/api_test/usb/list_interfaces/manifest.json

Issue 258783002: Extracted UsbService as interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed chromeos issue. Created 6 years, 8 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
Index: chrome/test/data/extensions/api_test/usb/list_interfaces/manifest.json
diff --git a/chrome/test/data/extensions/api_test/usb/list_interfaces/manifest.json b/chrome/test/data/extensions/api_test/usb/list_interfaces/manifest.json
index bc1f902ef6c1b8a0820f5712007fab1c9634e8f7..f1e4722a13c2269eb44dc87e934fb9bd4a9ef1cd 100644
--- a/chrome/test/data/extensions/api_test/usb/list_interfaces/manifest.json
+++ b/chrome/test/data/extensions/api_test/usb/list_interfaces/manifest.json
@@ -7,6 +7,14 @@
}
},
"permissions": [
- "usb"
+ "usb",
+ {
+ "usbDevices": [
+ {
+ "vendorId": 0,
+ "productId": 0
+ }
+ ]
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698