Commit d53af5d7 authored by Aga Wronska's avatar Aga Wronska Committed by Commit Bot

Remove instances of non-inclusive language

This cl addresses a few easy to solve problems found in the code
owned by Family Experiences team. More fixes will come in a
followup.

Bug: 1147260
Change-Id: I6b9766b18640f626fcd6aa063d3998d5d469b95c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538515Reviewed-by: default avatarYilkal Abe <yilkal@chromium.org>
Commit-Queue: Aga Wronska <agawronska@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827930}
parent f497404a
...@@ -78,7 +78,7 @@ class WebTimeActivityProvider : public WebTimeNavigationObserver::EventListener, ...@@ -78,7 +78,7 @@ class WebTimeActivityProvider : public WebTimeNavigationObserver::EventListener,
// Notifies AppActivityRegistry if there is a change in ChromeAppState. // Notifies AppActivityRegistry if there is a change in ChromeAppState.
void MaybeNotifyStateChange(base::Time timestamp); void MaybeNotifyStateChange(base::Time timestamp);
// Calculates whether the Chrome app is kActive, kActiveWhitelisted or // Calculates whether the Chrome app is kActive, kActiveAllowlisted or
// kInactive. // kInactive.
ChromeAppActivityState CalculateChromeAppActivityState() const; ChromeAppActivityState CalculateChromeAppActivityState() const;
......
...@@ -15,7 +15,7 @@ class NavigationHandle; ...@@ -15,7 +15,7 @@ class NavigationHandle;
namespace chromeos { namespace chromeos {
// Throttles non whitelisted navigation for WebContents when time limit has // Throttles disallowed navigation for WebContents when time limit has
// been reached. It blocks the navigation and loads the web time limit error // been reached. It blocks the navigation and loads the web time limit error
// page in the blocked WebContents. // page in the blocked WebContents.
class WebTimeLimitNavigationThrottle : public content::NavigationThrottle { class WebTimeLimitNavigationThrottle : public content::NavigationThrottle {
......
...@@ -216,9 +216,6 @@ void KidsChromeManagementClient::MakeHTTPRequest( ...@@ -216,9 +216,6 @@ void KidsChromeManagementClient::MakeHTTPRequest(
StartFetching(requests_in_progress_.begin()); StartFetching(requests_in_progress_.begin());
} }
// Helpful reading for the next 4 methods:
// https://chromium.googlesource.com/chromium/src.git/+/master/docs/callback.md#partial-binding-of-parameters-currying
void KidsChromeManagementClient::StartFetching( void KidsChromeManagementClient::StartFetching(
KidsChromeRequestList::iterator it) { KidsChromeRequestList::iterator it) {
KidsChromeManagementRequest* req = it->get(); KidsChromeManagementRequest* req = it->get();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment