Check-in [35a258e3b8]
Overview
Comment:ChromeOS: Remove USB requirement -- we talk to the Smartcard Manager App for this
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 35a258e3b860ef2a72c53fc259870be26f0a0790
User & Date: rkeene on 2016-02-11 18:32:24
Other Links: manifest | tags
Context
2016-02-11
18:33
ChromeOS: Updated to pass messages to the PCSC-NACL plugin if they do not belong to us check-in: b7dc336d0f user: rkeene tags: trunk
18:32
ChromeOS: Remove USB requirement -- we talk to the Smartcard Manager App for this check-in: 35a258e3b8 user: rkeene tags: trunk
18:31
Started working on fixing an issue where if no hardware slots are present the internal slots would not show up check-in: c18406ef3e user: rkeene tags: trunk
Changes

Modified build/chrome/manifest.json from [ac9702d30b] to [76848f086c].

10
11
12
13
14
15
16
17
18
19
20
				"cackey.js"
			],
			"persistent": false
		}
	},

	"permissions": [
		"certificateProvider",
		"usb"
	]
}







|
<


10
11
12
13
14
15
16
17

18
19
				"cackey.js"
			],
			"persistent": false
		}
	},

	"permissions": [
		"certificateProvider"

	]
}