New issue
Advanced search Search tips

Issue 820057 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 3
Type: Bug
Team-Accessibility

Blocking:
issue 803643



Sign in to add a comment

AutomationEventRouter is using ProfileManager::GetActiveUserProfile()

Project Member Reported by dullweber@chromium.org, Mar 8 2018

Issue description

I noticed that AutomationEventRouter is using ProfileManager::GetActiveUserProfile(). On non-ChromeOS plattforms, this returns the profile that is in the "Default" directory. 
This is an issue because it might not be the profile that is currently being used and it might not even exist because it was deleted by the user. 

What is the profile that should be used by AutomationEventRouter on non-ChromeOS plattforms? Can we use ProfileManager::GetLastUsedProfile() or pass the right profile? 

 
Blocking: 803643
Cc: dtseng@chromium.org aboxhall@chromium.org
ccing OWNERS
Owner: dtseng@chromium.org
Status: Assigned (was: Untriaged)
[Extensions Triage] Assigning to one of the API owners.
Labels: a11y-secondary

Sign in to add a comment