Chromium Code Reviews
Description🔍 Move WindowAndroid knowledge up to the base class
With half of the direct AsyncInitializationActivity subclasses now
needing knowledge of the WindowAndroid and how to pass things to it
when the Activity requests permission, it makes sense to pull this
up. Subclasses are still required to instantiate the WindowAndroid
on their own, but the base class will now try to direct things to it
when needed.
Also fixes what seems like a bug where setContentView is called but
onSetContentView isn't. I don't think the LaunchBehindWorkaround
is needed anymore given that document mode is dead, but I'm not
comfortable with removing it.
BUG=708844
Review-Url: https://codereview.chromium.org/2811093004
Cr-Commit-Position: refs/heads/master@{#464099}
Committed: https://chromium.googlesource.com/chromium/src/+/b7a69bb4cd303a42dc88d7c432db85f570b9d33d
Patch Set 1 #
Total comments: 2
Patch Set 2 : Standardized #
Messages
Total messages: 17 (11 generated)
|
|||||||||||||||||||||||||||||||||||||