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

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

Issue 1362773003: Fix a typo crubg.com --> crbug.com. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 df0b7e32970e47d5c2bd0c6ad13168196dfaf115..50f9d7c6330d4f72c02dd23d151ca5189a93dbf3 100644
--- a/remoting/webapp/crd/js/host_setup_dialog.js
+++ b/remoting/webapp/crd/js/host_setup_dialog.js
@@ -260,7 +260,7 @@ remoting.HostSetupDialog.prototype.showForPin = function() {
* @return {void} Nothing.
*/
remoting.HostSetupDialog.prototype.showForStop = function() {
- // TODO(sergeyu): Add another step to unregister the host, crubg.com/121146 .
+ // TODO(sergeyu): Add another step to unregister the host, crbug.com/121146 .
this.startNewFlow_(
[remoting.HostSetupFlow.State.STOPPING_HOST,
remoting.HostSetupFlow.State.HOST_STOPPED]);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698