Fixes issue with reusing tab in browser

Browser has an option in intent to reuse a tab by destroying the WebView.
The cleanup of snapshots in the WebView's destruction was asynchronous which was
causing issues when reusing the tab with new instance of WebView.

Change-Id: I6a0ecf11d1ed05f8d273404784529e7e7b0ab1f1
1 file changed