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

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

Issue 2867223003: Send a message to the client if bad It2Me policies are read. (Closed)
Patch Set: Created 3 years, 7 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/host_session.js
diff --git a/remoting/webapp/crd/js/host_session.js b/remoting/webapp/crd/js/host_session.js
index 36de90246ad337c61993f6a901d3047fdb55ee88..fe59adefa79c9a382b5ed8b1483c37e00ae12ab8 100644
--- a/remoting/webapp/crd/js/host_session.js
+++ b/remoting/webapp/crd/js/host_session.js
@@ -70,7 +70,8 @@ remoting.HostSession.State.fromString = function(stateString) {
* for notification of changes to the NAT traversal policy.
* @param {function(string):void} logDebugInfo Callback allowing the plugin
* to log messages to the debug log.
- * @param {function():void} onError Callback to invoke in case of an error.
+ * @param {function(remoting.Error):void} onError Callback to invoke in case
+ * of an error.
*/
remoting.HostSession.prototype.connect =
function(hostFacade, email, accessToken, onStateChanged,

Powered by Google App Engine
This is Rietveld 408576698