Only destroy native pages after notifying they have changed.
commit11f77da629aaf6297d98c90ec9656d88bd4adca2
authortedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 9 Nov 2013 01:01:07 +0000 (9 01:01 +0000)
committertedchoc@chromium.org <tedchoc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 9 Nov 2013 01:01:07 +0000 (9 01:01 +0000)
tree350b9d1fc29f28f241c294a5b98678b92ba46a38
parente01c8a5a6cb0019fe4878a6ef844a308d45f54e7
Only destroy native pages after notifying they have changed.

This allows the embedder to remove the view from the view hierarchy
before the destroy is called, which causes timing issues with pending
view tasks.

BUG=315901

Review URL: https://codereview.chromium.org/61643013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234055 0039d316-1c4b-4281-b951-d872f2087c98
chrome/android/java/src/org/chromium/chrome/browser/TabBase.java