commit | 9fde8605a7b1386850204ea8964e399178e8f857 | [log] [tgz] |
---|---|---|
author | Justin Cohen <justincohen@google.com> | Tue May 28 23:45:47 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 28 23:45:47 2019 |
tree | 50a275d0786831db52b633d672f1c931e275ada6 | |
parent | 0ca205f1969e02ead6aa8998b27681a63656da30 [diff] |
[ios] Move page load count to use WebStateObserver::DidStartNavigation. Currently page load count is done via the call to StabilityMetricsHelper::LogLoadStarted in WebStateDidStartLoading. DidStartLoading was never an ideal location, and the move to WKBasedNavigationManager introduces even more complexity. Instead, move this call to WebStateDidStartNavigation. Rollout will start behind a feature flag that will be paired with the SlimNav experiment and control groups. Bug: 786547 Change-Id: I1100bd0cca68fe511b992c1df67c449a6739fc4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1632570 Reviewed-by: Eugene But <eugenebut@chromium.org> Reviewed-by: Rohit Rao <rohitrao@chromium.org> Reviewed-by: Peter Lee <pkl@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#664016}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .