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

Unified Diff: chrome/browser/resources/whispernet_proxy/js/nacl.js

Issue 979723002: Revert of Two small bugfixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: chrome/browser/resources/whispernet_proxy/js/nacl.js
diff --git a/chrome/browser/resources/whispernet_proxy/js/nacl.js b/chrome/browser/resources/whispernet_proxy/js/nacl.js
index da8e48ca72620e725ccfd43e9848d6109e82ab67..06f566c01ab9e5a905f62306ce69ee0df56c34d0 100644
--- a/chrome/browser/resources/whispernet_proxy/js/nacl.js
+++ b/chrome/browser/resources/whispernet_proxy/js/nacl.js
@@ -20,7 +20,7 @@
/**
* Method to send generic byte data to the whispernet wrapper.
- * @param {Object} data Raw data to send to the whispernet wrapper.
+ * @param {string} data Raw data to send to the whispernet wrapper.
*/
NaclBridge.prototype.send = function(data) {
if (this.isEnabled_) {

Powered by Google App Engine
This is Rietveld 408576698