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

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: 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..50825eea3916b965ed8d7cbcdc79c6b268cf97f6 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, then they
+ // arguably want to be notified when that changes.
Dan Beam 2015/05/21 00:05:58 nit: If the user attempted to make Chrome the def
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