webapps: update recents and status bar color sooner
commit20e720c1f20135e7af5875a50ad4eeb7fce55dfd
authorlalitm <lalitm@google.com>
Wed, 26 Aug 2015 20:55:04 +0000 (26 13:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 26 Aug 2015 20:55:46 +0000 (26 20:55 +0000)
tree82293d50aba0fe581cd993ca92966a1ddeac157a
parent56a1591e219ec67f0b9715cd3e79de487bb07076
webapps: update recents and status bar color sooner

Currently there is a delay until the native library is loaded for the data
to be updated. There is no reason for this to happen as we have all the
infomation to do so and the native library is not needed to update recents
or the status bar.

Change this so that these items are updated earlier in the initialization
cycle. Moreover, remove an old TODO.

BUG=510402

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

Cr-Commit-Position: refs/heads/master@{#345664}
chrome/android/java/src/org/chromium/chrome/browser/webapps/WebappActivity.java