As part of the Offline Pages API project, we are making our model asynchronous. The custom tabs menu bar (CustomTabToolbar.java) uses sync APIs provided by Tab.java and TabAndroid.
The following APIs are used:
Tab#isOfflinePage
This will need to be updated to support the asynchronous offline model. Note that because navigation to an offline page will require the model being loaded, we may be able to ensure that the value is always cached in memory, so the APIs themselve may not need to be made async.
Comment 1 by fgor...@chromium.org
, May 11 2016Status: Available (was: Untriaged)