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

Side by Side Diff: extensions/test/data/manifest_tests/usb_printers_filters.json

Issue 1123093003: Add a manifest property declaring USB printers supported by an app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix interfaceProtocol documentation. Created 5 years, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "extensions_unittests --gtest_filter=UsbPrinterManifestTest.InvalidFil ter",
3 "version": "1",
4 "manifest_version": 2,
5 "app": {
6 "background": {
7 "scripts": ["background.js"]
8 }
9 },
10 "usb_printers": {
11 "filters": [
12 { "vendorId": 1, "productId": 2 },
13 {
14 "vendorId": 1,
15 "interfaceClass": 2,
16 "interfaceSubclass": 3,
17 "interfaceProtocol": 4
18 }
19 ]
20 }
21 }
OLDNEW
« no previous file with comments | « extensions/extensions_tests.gypi ('k') | extensions/test/data/manifest_tests/usb_printers_invalid_filter.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698