Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: components/metrics/proto/chrome_user_metrics_extension.proto

Issue 1036953002: metrics: Deprecate "perf_data" in UMA proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deletion -> deprecation Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/proto/chrome_user_metrics_extension.proto
diff --git a/components/metrics/proto/chrome_user_metrics_extension.proto b/components/metrics/proto/chrome_user_metrics_extension.proto
index cf52be233a561a1ef2a40fdfe270ed79b2fe3fbf..42f8c156f4574d64bc7b3f80cce5cd01e1856850 100644
--- a/components/metrics/proto/chrome_user_metrics_extension.proto
+++ b/components/metrics/proto/chrome_user_metrics_extension.proto
@@ -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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698