chrome::ShowWebDialog has layering violation for views |
||
Issue descriptionIn particular, code in chrome/browser/chromeos and chrome/browser/ui/webui uses chrome::ShowWebDialog, which is implemented in chrome/browser/ui/views. webui should not depend on views. Arguably it's OK in this case, since it's webui spawning webui, but it really should be fixed.
,
Oct 17 2016
Actually, this is a common pattern for dialogs implemented on multiple platforms (declare in c/b/ui code, implement in c/b/ui/<platform>). It just happens this one is only implemented on views. |
||
►
Sign in to add a comment |
||
Comment 1 by jamescook@chromium.org
, Oct 14 2016