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

Unified Diff: chrome/browser/resources/cryptotoken/usbsignhandler.js

Issue 799923007: Enable 3rd party support for Security Keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/browser/resources/cryptotoken/usbsignhandler.js
diff --git a/chrome/browser/resources/cryptotoken/usbsignhandler.js b/chrome/browser/resources/cryptotoken/usbsignhandler.js
index e5c227e572a3f0e8e1691544cd79717804f4bd1c..2fb85139a1d0b5f4a2b193bd47cb29658833557e 100644
--- a/chrome/browser/resources/cryptotoken/usbsignhandler.js
+++ b/chrome/browser/resources/cryptotoken/usbsignhandler.js
@@ -47,7 +47,6 @@ UsbSignHandler.prototype.run = function(cb) {
this.cb_ = cb;
if (!this.request_.signData || !this.request_.signData.length) {
// Fail a sign request with an empty set of challenges.
- this.notifyError_(DeviceStatusCodes.INVALID_DATA_STATUS);
return false;
}
var timeoutMillis =

Powered by Google App Engine
This is Rietveld 408576698