Commit 010be2d6 authored by sque's avatar sque Committed by Commit bot

metrics: Deprecate "perf_data" in UMA proto

BUG=chromium:470719
TEST=build successfully
Signed-off-by: default avatarSimon Que <sque@chromium.org>

Review URL: https://codereview.chromium.org/1036953002

Cr-Commit-Position: refs/heads/master@{#322483}
parent a78c3daa
......@@ -60,8 +60,8 @@ message ChromeUserMetricsExtension {
repeated HistogramEventProto histogram_event = 6;
repeated ProfilerEventProto profiler_event = 7;
// TODO(sque): Deprecate this field and use |sampled_profile| instead.
repeated PerfDataProto perf_data = 8;
// This field is no longer used. Use |sampled_profile| instead.
repeated PerfDataProto perf_data = 8 [deprecated=true];
// A list of all collected sample-based profiles since the last UMA upload.
repeated SampledProfile sampled_profile = 11;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment