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

Unified Diff: remoting/webapp/crd/js/host_setup_dialog.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/host_setup_dialog.js
diff --git a/remoting/webapp/crd/js/host_setup_dialog.js b/remoting/webapp/crd/js/host_setup_dialog.js
index 4697c9008c9ac3e443999477137f332d0150e631..24097a19e6d528315043051623228f0c889ad201 100644
--- a/remoting/webapp/crd/js/host_setup_dialog.js
+++ b/remoting/webapp/crd/js/host_setup_dialog.js
@@ -143,7 +143,7 @@ remoting.HostSetupDialog = function(hostController) {
this.usageStats_ = document.getElementById('usagestats-consent');
this.usageStatsCheckbox_ = /** @type {HTMLInputElement} */
- document.getElementById('usagestats-consent-checkbox');
+ (document.getElementById('usagestats-consent-checkbox'));
};
/**

Powered by Google App Engine
This is Rietveld 408576698