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

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

Issue 2484973002: Replaces gender specific terms in remoting/... (Closed)
Patch Set: Created 4 years, 1 month 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 | « remoting/resources/remoting_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/me2me_activity.js
diff --git a/remoting/webapp/crd/js/me2me_activity.js b/remoting/webapp/crd/js/me2me_activity.js
index 0b63f292fdc6f2ec58adc390f90968e348f9c2a2..697e13aa865369e7a60bc1e12b8bcaeb6e889d83 100644
--- a/remoting/webapp/crd/js/me2me_activity.js
+++ b/remoting/webapp/crd/js/me2me_activity.js
@@ -264,7 +264,7 @@ remoting.Me2MeActivity.prototype.onConnected = function(connectionInfo) {
// Drop the session after 30s of suspension. If this timeout is too short, we
// risk dropping a connection that is self-recoverable. If this timeout is too
- // long, the user may lose his/her patience and just manually reconnects.
+ // long, the user may lose their patience and just manually reconnect.
this.desktopActivity_.getSession().dropSessionOnSuspend(30 * 1000);
};
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698