Index: chrome/common/metrics/proto/chrome_user_metrics_extension.proto |
diff --git a/chrome/common/metrics/proto/chrome_user_metrics_extension.proto b/chrome/common/metrics/proto/chrome_user_metrics_extension.proto |
index a5a6de0bfff8eda020ffca185bf307ad345028c4..26c0aca23ce21caac0f3113c81d725ca042061c5 100644 |
--- a/chrome/common/metrics/proto/chrome_user_metrics_extension.proto |
+++ b/chrome/common/metrics/proto/chrome_user_metrics_extension.proto |
@@ -16,6 +16,7 @@ import "profiler_event.proto"; |
import "system_profile.proto"; |
import "user_action_event.proto"; |
import "perf_data.proto"; |
+import "profile_collection.proto"; |
// Next tag: 11 |
message ChromeUserMetricsExtension { |
@@ -54,5 +55,9 @@ message ChromeUserMetricsExtension { |
repeated HistogramEventProto histogram_event = 6; |
repeated ProfilerEventProto profiler_event = 7; |
+ // TODO(sque): Remove this field and use |collected_profiles| instead. |
repeated PerfDataProto perf_data = 8; |
+ |
+ // A list of all collected profiles since the last UMA upload. |
+ repeated ProfileCollection collected_profiles = 9; |
tipp
2014/04/04 23:01:37
s/collected_profiles/profile/
(not plural, oddly:
Simon Que
2014/04/04 23:57:08
Done.
|
} |