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

Unified Diff: chrome/browser/ui/views/translate/translate_bubble_view.cc

Issue 1144413002: [Cleanup] Fix pronouns in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
Index: chrome/browser/ui/views/translate/translate_bubble_view.cc
diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.cc b/chrome/browser/ui/views/translate/translate_bubble_view.cc
index c7666c4c5774e9762dbcbf6ab49ef026d7e3da54..ade7664e1c60f3b24df0dc21ef2fbe402eac5e03 100644
--- a/chrome/browser/ui/views/translate/translate_bubble_view.cc
+++ b/chrome/browser/ui/views/translate/translate_bubble_view.cc
@@ -87,7 +87,7 @@ void TranslateBubbleView::ShowBubble(
bool is_user_gesture) {
if (translate_bubble_view_) {
// When the user reads the advanced setting panel, the bubble should not be
- // changed because he/she is focusing on the bubble.
+ // changed because they are focusing on the bubble.
if (translate_bubble_view_->web_contents() == web_contents &&
translate_bubble_view_->model()->GetViewState() ==
TranslateBubbleModel::VIEW_STATE_ADVANCED) {
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller.mm ('k') | components/translate/core/browser/translate_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698