The FeatureList should be created before starting the TaskSchedueler in ContentMainRunnerImpl. This is because TaskSchedueler needs to check a flag and requires the FeatureList is ready.
Currently, the FeatureList creation on Cast is implemented in AwBrowserMainParts::PreCreateThreads(), so we should move it to AwMainDelegate::PostEarlyInitialization() which happens before TaskSchedueler starts.
Comment 1 by paulmiller@chromium.org
, Sep 20Labels: OS-Android