Background Task Scheduler should be able to initialize the native library |
||
Issue descriptionAs described in Issue 704990, we shouldn't have to write native initialization code in individual tasks, it should be handled by BackgroundTaskScheduler's API somehow.
,
May 31 2017
This has been taken care of here: [Android] Native initialization task for BackgroundTaskScheduler Provides an abstract class implementing BackgroundTask with capability to ensure that native portion of Chrome is initialized. BUG= 710630 R=nyquist@chromium.org Review-Url: https://codereview.chromium.org/2825783003 Cr-Commit-Position: refs/heads/master@{#474385} Committed: https://chromium.googlesource.com/chromium/src/+/acd0e4ec71292ce486b7a5d9ca5ecece6712bfa3 |
||
►
Sign in to add a comment |
||
Comment 1 by dim...@chromium.org
, May 3 2017