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

Unified Diff: remoting/webapp/me2mom/viewer_plugin_proto.js

Issue 8227028: Fix Javascript errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 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 | « remoting/webapp/me2mom/remoting.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/viewer_plugin_proto.js
diff --git a/remoting/webapp/me2mom/viewer_plugin_proto.js b/remoting/webapp/me2mom/viewer_plugin_proto.js
index f185b92f602c605b1f68f3d3fa28b1b1eb091332..5b87f596dcf51d98f5a9390094c83edaa8f69977 100644
--- a/remoting/webapp/me2mom/viewer_plugin_proto.js
+++ b/remoting/webapp/me2mom/viewer_plugin_proto.js
@@ -32,6 +32,12 @@ remoting.ViewerPlugin.setScaleToFit = function(scale) {};
/** @type {number} */ remoting.ViewerPlugin.STATUS_CLOSED;
/** @type {number} */ remoting.ViewerPlugin.STATUS_FAILED;
+/** @type {number} */ remoting.ViewerPlugin.ERROR_NONE;
+/** @type {number} */ remoting.ViewerPlugin.ERROR_HOST_IS_OFFLINE;
+/** @type {number} */ remoting.ViewerPlugin.ERROR_SESSION_REJECTED;
+/** @type {number} */ remoting.ViewerPlugin.ERROR_INCOMPATIBLE_PROTOCOL;
+/** @type {number} */ remoting.ViewerPlugin.ERROR_NETWORK_FAILURE;
+
/** @type {number} */ remoting.ViewerPlugin.videoBandwidth;
/** @type {number} */ remoting.ViewerPlugin.videoCaptureLatency;
/** @type {number} */ remoting.ViewerPlugin.videoEncodeLatency;
« no previous file with comments | « remoting/webapp/me2mom/remoting.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698