[Android WebAPK Refactor] Remove unneeded conditionals in WebappActivity#initializeUI()
This CL: - Removes the Tab#getUrl() empty check. The check originates from a bad refactor in https://chrome-internal-review.googlesource.com/c/45524 (It was originally introduced in https://chrome-internal-review.googlesource.com/c/44162/) - Removes the WebappInfo#isInitialized() check. WebappActivity#initializeUI() is never called when WebappInfo#isInitialized() is false. BUG=None Change-Id: I68bfae6c25d3f5103863c3138cbd9088570c0c60 Reviewed-on: https://chromium-review.googlesource.com/572386Reviewed-by:Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#487088}
Showing
Please register or sign in to comment