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

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

Issue 1421293005: Move new Startup.FirstWebContents.* stats to Startup.FirstWebContents.*2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ab2_moar_betta_metrics
Patch Set: Created 5 years, 2 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 d9f9818cf23ae0a51677ae3926e1a64f794c100b..0cf024515500f26642b68c76242bcc694112de6d 100644
--- a/components/metrics/proto/profiler_event.proto
+++ b/components/metrics/proto/profiler_event.proto
@@ -43,7 +43,7 @@ message ProfilerEventProto {
// defined.
enum ProfilerEvent {
// The first non-empty paint of the first web contents happened.
- // Corresponds to the Startup.FirstWebContents.NonEmptyPaint histogram.
+ // Corresponds to the Startup.FirstWebContents.NonEmptyPaint2 histogram.
EVENT_FIRST_NONEMPTY_PAINT = 0;
}
« no previous file with comments | « chrome/browser/ui/profile_error_browsertest.cc ('k') | components/startup_metric_utils/startup_metric_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698