Remove DCHECK in ReopenTabPromoController::OnTabReopened()
This function gets called whenever a tab is reopened from the main menu, even if IPH isn't showing. As a result, DCHECKing which promo step we are on fails. To remove the DCHECK, a separate flag is used to track whether IPH is showing. This flag is queried to check whether to update the current step. Bug: 933329 Change-Id: I1cad6305cc95a3170ec784015e85c0a067d6522c Reviewed-on: https://chromium-review.googlesource.com/c/1478188Reviewed-by:Peter Boström <pbos@chromium.org> Commit-Queue: Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#633840}
Showing
Please register or sign in to comment