• Jinsuk Kim's avatar
    Android: Native ContentViewCore owns itself · 02828806
    Jinsuk Kim authored
    This CL removes all the dependencies on ContentViewCore in native
    world. Rather than WebContentsViewAndroid owning it, ContentViewCore
    owns and deletes itself by way of a WebContentsObserver notification.
    Also removes a few methods that are not in use any more.
    
    Bug: 598880
    Change-Id: Ib8bcfdf3cb39332ea3f0f3186c3692ce67d82704
    Reviewed-on: https://chromium-review.googlesource.com/999455
    Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org>
    Reviewed-by: default avatarBo <boliu@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#550008}
    02828806
web_contents_view_android.cc 18.1 KB