web-app-tab-helper: SetAppId early in ReadyToCommitNavigation
This CL is a preparation to perform App (tab) specific setup when the app is launched. WebAppTabHelper will determine the AppId right before the navigation is to be committed. It is okay to do this because DidFinishNavigation is always called right after ReadyToCommitNavigation. So we will end up navigating to the page, thus this change will not lead to behavior differences. Bug: 1024655 Change-Id: I3be85ae7e0ba5b87c25a150207a8b35468a60bfa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059694 Commit-Queue: Jiewei Qian <qjw@chromium.org> Reviewed-by:Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#742514}
Showing
Please register or sign in to comment