Chromium Code Reviews| 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); |
| } |