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

Unified Diff: chrome/test/data/extensions/api_test/usb/invalid_length_transfer/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/invalid_length_transfer/manifest.json
diff --git a/chrome/test/data/extensions/api_test/usb/invalid_length_transfer/manifest.json b/chrome/test/data/extensions/api_test/usb/invalid_length_transfer/manifest.json
index 4ed8a8ab0db9566d638263074203046778200813..8f2a53fd7c71c85d8496ef5c93ba142cab087e32 100644
--- a/chrome/test/data/extensions/api_test/usb/invalid_length_transfer/manifest.json
+++ b/chrome/test/data/extensions/api_test/usb/invalid_length_transfer/manifest.json
@@ -7,6 +7,14 @@
}
},
"permissions": [
- "usb"
+ "usb",
+ {
+ "usbDevices": [
+ {
+ "vendorId": 0,
+ "productId": 0
+ }
+ ]
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698