Revert "history: adds minimal memory dump information for history"
This reverts commit 04cab8f6. Reason for revert: The data logged here shows we are very likely not creating a bunch of HistoryAddPageArgs that aren't getting written. The highest count created was 3 (the majority are 0), which implies this isn't an issue. See bug for more details. Original change's description: > history: adds minimal memory dump information for history > > Before I add more exhaustive information I want to make sure I'm on the right > track. This adds the count of the number of outstanding requests to add a > page (url and other information) that haven't been processed yet. > > BUG=807009 > TEST=none > > Change-Id: Ieb18fe74e9e91fe4f99eb1a791b04367c60cfd0d > Reviewed-on: https://chromium-review.googlesource.com/1234240 > Commit-Queue: Scott Violet <sky@chromium.org> > Reviewed-by: Erik Chen <erikchen@chromium.org> > Reviewed-by: Siddhartha S <ssid@chromium.org> > Cr-Commit-Position: refs/heads/master@{#592916} TBR=sky@chromium.org,erikchen@chromium.org,ssid@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 807009 Change-Id: Ic0c01697bced51123b71f059905d98f9945eaa2f Reviewed-on: https://chromium-review.googlesource.com/c/1276945Reviewed-by:Siddhartha S <ssid@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#599209}
Showing
Please register or sign in to comment