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

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

Issue 596083002: Update cryptotoken to 0.8.63 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a deprecated line Created 6 years, 3 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
« no previous file with comments | « chrome/browser/resources/cryptotoken/manifest.json ('k') | chrome/browser/resources/cryptotoken/signer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/cryptotoken/multiplesigner.js
diff --git a/chrome/browser/resources/cryptotoken/multiplesigner.js b/chrome/browser/resources/cryptotoken/multiplesigner.js
index 40d0f086b404b1a631fd5ffe7c2f64f19fa08c0a..44bd79790826c4b1535170e21401071d72d3c2f9 100644
--- a/chrome/browser/resources/cryptotoken/multiplesigner.js
+++ b/chrome/browser/resources/cryptotoken/multiplesigner.js
@@ -262,7 +262,7 @@ MultipleGnubbySigner.prototype.addGnubby_ = function(gnubbyId) {
MultipleGnubbySigner.prototype.signCompletedCallback_ =
function(tracker, result) {
console.log(
- UTIL_fmt(result.code ? 'failure.' : 'success!' +
+ UTIL_fmt((result.code ? 'failure.' : 'success!') +
' gnubby ' + tracker.index +
' got code ' + result.code.toString(16)));
if (!tracker.stillGoing) {
« no previous file with comments | « chrome/browser/resources/cryptotoken/manifest.json ('k') | chrome/browser/resources/cryptotoken/signer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698