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

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

Issue 985773002: Introducing phased profiling framework (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_to_file
Patch Set: Fixing Android compile errors. 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
Index: components/metrics/proto/profiler_event.proto
diff --git a/components/metrics/proto/profiler_event.proto b/components/metrics/proto/profiler_event.proto
index 9d769d22894482f7f5944a207422d5a8405e8be9..6c5b73d00ca9ec7c99e791064ea04bb117224234 100644
--- a/components/metrics/proto/profiler_event.proto
+++ b/components/metrics/proto/profiler_event.proto
@@ -51,7 +51,7 @@ message ProfilerEventProto {
// ProfilerEventProto. A given event will not occur twice in this set.
// The field can be used to find all ProfilerEventProto instances recorded
// before or not before a given event.
- repeated ProfilerEvent past_session_events = 4;
+ repeated ProfilerEvent past_session_event = 4;
// Time when profiling started. This is recorded as a time delta relative to
// the start time of the profiler data recording in the current browser
« no previous file with comments | « components/metrics/profiler/tracking_synchronizer_unittest.cc ('k') | components/nacl/browser/nacl_broker_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698