EventRouter::DispatchEventWithLazyListener seems to have race condition with content::IsBrowserSideNavigationEnabled() |
|
Issue descriptionIn feedback_private_api.cc, if we are using EventRouter::DispatchEventWithLazyListener instead of EventRouter::DispatchEventToExtension to dispatch event and content::IsBrowserSideNavigationEnabled() is true, the test LoginFeedbackTest.Basic times out. There seems to be a race condition in this situation. This is a follow up bug for issue 764997 which is fixed with a work around solution. |
|
►
Sign in to add a comment |
|
Comment 1 by dbertoni@chromium.org
, Jan 11Status: Assigned (was: Untriaged)