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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 1145373002: [Cleanup] Fix pronouns in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pronoun-x11
Patch Set: Apply comment nit. Created 5 years, 7 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: chrome/browser/ui/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index ce012680538b26a6ad2f1008f75270b2a09e6157..9d414795a1380457f744dce3c97f107591bd50e3 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -1131,8 +1131,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);
}
« 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