summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/frame/local_frame_ukm_aggregator.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/frame/local_frame_ukm_aggregator.h')
-rw-r--r--chromium/third_party/blink/renderer/core/frame/local_frame_ukm_aggregator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/frame/local_frame_ukm_aggregator.h b/chromium/third_party/blink/renderer/core/frame/local_frame_ukm_aggregator.h
index d5d0f2e5315..e6061a32222 100644
--- a/chromium/third_party/blink/renderer/core/frame/local_frame_ukm_aggregator.h
+++ b/chromium/third_party/blink/renderer/core/frame/local_frame_ukm_aggregator.h
@@ -142,7 +142,6 @@ class CORE_EXPORT LocalFrameUkmAggregator
kHandleInputEvents,
kAnimate,
kUpdateLayers,
- kProxyCommit,
kWaitForCommit,
kCount,
kMainFrame
@@ -180,7 +179,6 @@ class CORE_EXPORT LocalFrameUkmAggregator
{"HandleInputEvents", true},
{"Animate", true},
{"UpdateLayers", false},
- {"ProxyCommit", true},
{"WaitForCommit", true}};
return *data;
}