Skip to content

Commit

Permalink
Refactoring: Remove unused function TrackPossibleClickBurst
Browse files Browse the repository at this point in the history
There is no caller of TrackPossibleClickBurst, and there is no
implementation of it.

Change-Id: I9899ced69e6902f88e9fdeb85b0007107bf50bbb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134026
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#755812}
  • Loading branch information
Hajime Hoshi authored and Commit Bot committed Apr 2, 2020
1 parent b60ed2a commit 228387a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class CorePageLoadMetricsObserver
int behavior_flags) override;

private:
void TrackPossibleClickBurst(const blink::WebInputEvent& event);
void RecordTimingHistograms(
const page_load_metrics::mojom::PageLoadTiming& main_frame_timing);
void RecordByteAndResourceHistograms(
Expand Down

0 comments on commit 228387a

Please sign in to comment.