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

Unified Diff: remoting/webapp/crd/js/wcs_sandbox_content.js

Issue 955283002: Converted remoting.Error from an enum to a class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Requested changes. 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: remoting/webapp/crd/js/wcs_sandbox_content.js
diff --git a/remoting/webapp/crd/js/wcs_sandbox_content.js b/remoting/webapp/crd/js/wcs_sandbox_content.js
index 95c77000ad521536e1b773bc3e47c0a7eeeb80c8..20b4a17d39a35cff634230cd2aa4c7a5f206b3f9 100644
--- a/remoting/webapp/crd/js/wcs_sandbox_content.js
+++ b/remoting/webapp/crd/js/wcs_sandbox_content.js
@@ -140,7 +140,7 @@ remoting.WcsSandboxContent.prototype.onLocalJid_ = function(localJid) {
/**
* Callback method to indicate that something went wrong loading the WCS driver.
*
- * @param {remoting.Error} error Details of the error.
+ * @param {!remoting.Error} error Details of the error.
* @private
*/
remoting.WcsSandboxContent.prototype.onError_ = function(error) {

Powered by Google App Engine
This is Rietveld 408576698