0
Files
src/ash/booting
Dirk Pranke 4f01896d99 Explicitly specify NATIVE_WIDGET_OWNS_WIDGET in //ash (3 of 8)
We are refactoring Views code with an eye towards changing the
default ownership model of widgets from NATIVE_WIDGET_OWNS_WIDGET
to CLIENT_OWNS_WIDGET. One of the first steps in that is to specify
the ownership explicitly in existing uses of the Widget InitParams
struct, so that we can then change the default without breaking
existing uses.

This CL changes the uses in //ash/ambient, //ash/app_list,
//ash/app_menu, //ash/assistant, and //ash/booting.

There should be no functional changes.

Bug: 339619005
Change-Id: I9501e660b92140b9956d0273ba820aa9fbf24a81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5547786
Reviewed-by: James Cook <jamescook@chromium.org>
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/main@{#1304122}
2024-05-21 23:26:19 +00:00
..