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}