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     10   				"cackey.js"
    11     11   			],
    12     12   			"persistent": false
    13     13   		}
    14     14   	},
    15     15   
    16     16   	"permissions": [
    17         -		"certificateProvider",
    18         -		"usb"
           17  +		"certificateProvider"
    19     18   	]
    20     19   }