Kaido Kert
Kaido Kert
This is to avoid confusion with AOSP parts. b/290121545
Trying to run with ``` --single-process --enable-tracing --trace-to-console ``` Needed to add this flag. It's odd that it doesnt "just work"
Updated the example to hook everything up in the appropriate places. b/379731250
Sets up a Cobalt specific Shell class and necessary wiring to provide an instance of it at startup. It's currently delegating most of the functionality to `content::Shell`. `content::Shell` itself is...