Chromium Code Reviews| Index: components/metrics/proto/execution_context.proto |
| diff --git a/components/metrics/proto/execution_context.proto b/components/metrics/proto/execution_context.proto |
| index 3500e19a5d95bfe023ffdacacf4afcc3b15fd994..58db5ec3df850a5b2b8ceeff2cec4a3ff42fdfa1 100644 |
| --- a/components/metrics/proto/execution_context.proto |
| +++ b/components/metrics/proto/execution_context.proto |
| @@ -54,7 +54,7 @@ enum Thread { |
| // the lifetime of a process. |
| enum ProcessPhase { |
| // The browser's main message loop has been started. |
| - // Based on histogram Startup.BrowserMainRunnerImplInitializeStep2Time. |
| + // Based on histogram Startup.BrowserMainRunnerImplInitializeStep1Time. |
|
Mike Wittman
2016/12/01 16:40:33
This should be based on Startup.BrowserMessageLoop
bcwhite
2016/12/01 17:59:54
Done.
|
| MAIN_LOOP_START = 0; |
| // The beginning of navigation in the first web contents' main frame. |