[OnionSoup] Add NotifyUpdateUserGestureCarryoverInfo() to ResourceLoadInfoNotifier interface
Currently, NotifyUpdateUserGestureCarryoverInfo() declared in resource_load_stats.h is used to update information to determine whether a user gesture should carryover to future navigations, when a request is initiated. This patch adds NotifyUpdateUserGestureCarryoverInfo() into mojo interface ResourceLoadInfoNotifier for Android only to replace it. Thus, we could call it inside Blink, which is part of OnionSoup for loaders. After this patch, all functions defined in resource_load_stats.h/cc are removed and resource_load_stats.h/cc are deleted. Bug: 1110032 Change-Id: I8a8eb6f71b827792332806c97dd4038e4be81ba8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427154 Commit-Queue: Minggang Wang <minggang.wang@intel.com> Reviewed-by:Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#816583}
Showing
Please register or sign in to comment