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

Unified Diff: chrome/browser/android/locale/special_locale_handler.cc

Issue 2471183004: Updates comments in the src files to remove gender specific terms. (Closed)
Patch Set: Created 4 years, 1 month 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 | chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/locale/special_locale_handler.cc
diff --git a/chrome/browser/android/locale/special_locale_handler.cc b/chrome/browser/android/locale/special_locale_handler.cc
index 19be440377971c5f0301808329ca640e8bbcd4d8..697665b37031fcbc84975a28c607c0f0650df9bf 100644
--- a/chrome/browser/android/locale/special_locale_handler.cc
+++ b/chrome/browser/android/locale/special_locale_handler.cc
@@ -97,7 +97,7 @@ void SpecialLocaleHandler::RemoveTemplateUrls(
void SpecialLocaleHandler::OverrideDefaultSearchProvider(
JNIEnv* env,
const JavaParamRef<jobject>& obj) {
- // If the user has changed his default search provider, no-op.
+ // If the user has changed their default search provider, no-op.
TemplateURL* current_dsp = template_url_service_->GetDefaultSearchProvider();
if (!current_dsp ||
current_dsp->prepopulate_id() != TemplateURLPrepopulateData::google.id) {
@@ -115,7 +115,7 @@ void SpecialLocaleHandler::OverrideDefaultSearchProvider(
void SpecialLocaleHandler::SetGoogleAsDefaultSearch(
JNIEnv* env,
const JavaParamRef<jobject>& obj) {
- // If the user has changed his default search provider, no-op.
+ // If the user has changed their default search provider, no-op.
TemplateURL* current_dsp = template_url_service_->GetDefaultSearchProvider();
if (!current_dsp ||
current_dsp->prepopulate_id() !=
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698