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

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

Issue 803653004: Update Chromoting to use /third_party/closure_compiler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused types 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/crd_connect.js
diff --git a/remoting/webapp/crd/js/crd_connect.js b/remoting/webapp/crd/js/crd_connect.js
index 04f07857780da7ac116df1a215ed4c0155674cbf..10851faa4dc3f742e4adcd1792d1c94760f80425 100644
--- a/remoting/webapp/crd/js/crd_connect.js
+++ b/remoting/webapp/crd/js/crd_connect.js
@@ -127,7 +127,7 @@ remoting.connectMe2MeHostVersionAcknowledged_ = function(host) {
remoting.setMode(remoting.AppMode.CLIENT_CONNECTING);
onPinFetched(pin);
- if (/** @type {boolean} */(rememberPinCheckbox.checked)) {
+ if (rememberPinCheckbox.checked) {
/** @type {boolean} */
remoting.pairingRequested = true;
}

Powered by Google App Engine
This is Rietveld 408576698