[Android Webapp Refactor] Remove redundant native check in onNewIntent()
This CL removes the redundant native check in WebappActivity#onNewIntent(). The native check is redundant because CustomTabIntentHandler#onNewIntent() delays the handling till the tab is added to the tab model - WebappActivityTabController#initializeState(). BUG=1069311 Change-Id: I0e00c6a797469af87701ad0d4ca86932fc422a19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143114Reviewed-by:Peter Conn <peconn@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#758951}
Showing
Please register or sign in to comment