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

Unified Diff: chrome/browser/ui/ash/chrome_screenshot_grabber.cc

Issue 2412863005: Make some code gender neutral. (Closed)
Patch Set: Created 4 years, 2 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 | « chrome/browser/signin/easy_unlock_service.h ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/chrome_screenshot_grabber.cc
diff --git a/chrome/browser/ui/ash/chrome_screenshot_grabber.cc b/chrome/browser/ui/ash/chrome_screenshot_grabber.cc
index 77c973948c798ef6ad8d445075f86bd31f7c36a6..37a9bd431b011dc669c0c2ff22f1f1f3c6c2dc1c 100644
--- a/chrome/browser/ui/ash/chrome_screenshot_grabber.cc
+++ b/chrome/browser/ui/ash/chrome_screenshot_grabber.cc
@@ -398,7 +398,7 @@ void ChromeScreenshotGrabber::OnScreenshotCompleted(
const base::FilePath& screenshot_path) {
// Do not show a notification that a screenshot was taken while no user is
// logged in, since it is confusing for the user to get a message about it
- // after he logs in (crbug.com/235217).
+ // after they log in (crbug.com/235217).
if (!chromeos::LoginState::Get()->IsUserLoggedIn())
return;
« no previous file with comments | « chrome/browser/signin/easy_unlock_service.h ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698