New issue
Advanced search Search tips

Issue 755323 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

AshTestBase should install a default TestPaletteDelegate

Project Member Reported by kaznacheev@chromium.org, Aug 14 2017

Issue description

Currently any code using Shell::Get()->palette_delegate() will crash when invoked from a test, unless that test installs a palette delegate. 

The only workaround is to check Shell::Get()->palette_delegate() for null before using which is cumbersome (example: https://chromium-review.googlesource.com/c/602784/4/ash/system/palette/tools/metalayer_mode.cc#74)
 
Status: WontFix (was: Assigned)
This is no longer relevant as PaletteDelegate is going away (see  Issue 761120 )

Sign in to add a comment