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

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

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/client_screen.js
diff --git a/remoting/webapp/crd/js/client_screen.js b/remoting/webapp/crd/js/client_screen.js
index 273fac54dea6e2b03600a6ad616dbe8ecd9ef09b..69fb0be410a0c432506d9a57ade127ad42a3cfd7 100644
--- a/remoting/webapp/crd/js/client_screen.js
+++ b/remoting/webapp/crd/js/client_screen.js
@@ -64,7 +64,7 @@ remoting.disconnect = function() {
* Callback function called when the state of the client plugin changes. The
* current and previous states are available via the |state| member variable.
*
- * @param {remoting.ClientSession.StateEvent} state
+ * @param {remoting.ClientSession.StateEvent=} state
*/
function onClientStateChange_(state) {
switch (state.current) {

Powered by Google App Engine
This is Rietveld 408576698