commit | bb65893a2471a5da6310cf0c64c0659c3f6aefe7 | [log] [tgz] |
---|---|---|
author | Torne (Richard Coles) <torne@google.com> | Thu Jan 05 16:11:06 2017 +0000 |
committer | Torne (Richard Coles) <torne@google.com> | Thu Jan 05 16:11:06 2017 +0000 |
tree | 7d7806b2fff9e44331c1a70ee622d06c2b7db7d7 | |
parent | 3897ad6e84e034ca8f3b4fffd7f58234016651c1 [diff] |
Abstract ZygoteInit.maybePreload call for webview. Make ZygoteConnection call ZygoteInit.maybePreload via an overridable method on itself, so that the WebView zygote's subclass of ZygoteConnection can override it to do nothing; the WebView zygote doesn't want to do this preloading and can't due to permissions. Test: enable multiprocess webview, test webview apps work Bug: 32735001 Change-Id: Ia6ac7d35172ba69ff861fe5a44b09ac52b0afbf0