This requires a few things:
1. Make sure we set mIsLoading properly on Tab (make sure we trigger onLoadStarted, onLoadStopped, didStartPageLoad, didStopPageLoad) correctly. We need to look into this and see if anything special needs to happen other than calling those methods.
2. We need to make sure Tab.getProgress() works properly.
Since we don't really expose the progress for now, I'd be fine with faking it and setting it to some intermediate value (30 or 50?) if we're loading, and making it 100 when we get a load complete.
Comment 1 by dtrainor@chromium.org
, Sep 29 2016