New issue
Advanced search Search tips

Issue 888151 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Sep 25
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug
Team-Accessibility

Blocking:
issue 888145



Sign in to add a comment

Revisit Profile / BrowserContext dependency in AutomationManagerAura

Project Member Reported by jamescook@chromium.org, Sep 21

Issue description

I think we used to pass the Profile* into the extensions layer via AutomationEventRouter. However, we don't do that any more.

AFAICT the only use of the BrowserContext is an early-exit here:
https://cs.chromium.org/chromium/src/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc?q=automationmanageraura&sq=package:chromium&l=222

Eliminating this would simplify the code as well as make porting to mash easier.

 
Status: Fixed (was: Assigned)
Removed in
https://chromium-review.googlesource.com/c/chromium/src/+/1239265

Sign in to add a comment