New issue
Advanced search Search tips

Issue 787689 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug

Blocking:
issue 787675
issue 787702



Sign in to add a comment

ash::KeyboardOverlayDelegate leaks

Project Member Reported by thestig@chromium.org, Nov 22 2017

Issue description

Every time the user opens the keyboard help dialog via ChromeNewWindowClient::ShowKeyboardOverlay() -> ash::KeyboardOverlayView::ShowDialog(), a KeyboardOverlayDelegate object leaks.

The KeyboardOverlayDelegate unit test does not catch this because it allocates the object on the stack.
 
Blocking: 787702

Sign in to add a comment