Commit 1721c275 authored by groby's avatar groby Committed by Commit bot

[Cleanup] Fix pronouns in comments.

Replacing "he/she" with "they".

BUG=none
R=dbeam@chromium.org

Review URL: https://codereview.chromium.org/1145373002

Cr-Commit-Position: refs/heads/master@{#330886}
parent bcd6c7c0
......@@ -1132,8 +1132,8 @@ void BrowserOptionsHandler::BecomeDefaultBrowser(const base::ListValue* args) {
default_browser_worker_->StartSetAsDefault();
// Callback takes care of updating UI.
// If the user attempted to make Chrome the default browser, then he/she
// arguably wants to be notified when that changes.
// If the user attempted to make Chrome the default browser, notify
// them when this changes.
PrefService* prefs = Profile::FromWebUI(web_ui())->GetPrefs();
prefs->SetBoolean(prefs::kCheckDefaultBrowser, true);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment