Skip to content

Commit

Permalink
Replace gender specific words in comments.
Browse files Browse the repository at this point in the history
This replaces 'he', 'she', 'his', 'her' and 'guys' with 'they', 'their' and 'user' as appropriate.

BUG=542537

Review-Url: https://codereview.chromium.org/2486583003
Cr-Commit-Position: refs/heads/master@{#430594}
  • Loading branch information
irisu authored and Commit bot committed Nov 8, 2016
1 parent e37736a commit 20229b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/installer/setup/uninstall.cc
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ void UninstallActiveSetupEntries(const InstallerState& installer_state,
//
// It is however very hard to delete those values as the registry hives for
// other users are not loaded by default under HKEY_USERS (unless a user is
// logged on or has a process impersonating him).
// logged on or has a process impersonating them).
//
// Following our best effort uninstall practices, try to delete the value in
// all users hives. If a given user's hive is not loaded, try to load it to
Expand Down

0 comments on commit 20229b5

Please sign in to comment.