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

Unified Diff: chrome/common/page_load_metrics/page_load_metrics_messages.h

Issue 2468913002: Add CSSTiming to collect aggregate PLT-level stats about CSS. (Closed)
Patch Set: minor comment/naming changes Created 4 years, 1 month 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: chrome/common/page_load_metrics/page_load_metrics_messages.h
diff --git a/chrome/common/page_load_metrics/page_load_metrics_messages.h b/chrome/common/page_load_metrics/page_load_metrics_messages.h
index 4db7ec3e902543566fef0c95405490c1790dcbd0..ca1464b2f47f9f409f5006892a803225dd396353 100644
--- a/chrome/common/page_load_metrics/page_load_metrics_messages.h
+++ b/chrome/common/page_load_metrics/page_load_metrics_messages.h
@@ -31,6 +31,7 @@ IPC_STRUCT_TRAITS_BEGIN(page_load_metrics::PageLoadTiming)
IPC_STRUCT_TRAITS_MEMBER(parse_blocked_on_script_execution_duration)
IPC_STRUCT_TRAITS_MEMBER(
parse_blocked_on_script_execution_from_document_write_duration)
+ IPC_STRUCT_TRAITS_MEMBER(author_style_sheet_parse_duration_before_fcp)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(page_load_metrics::PageLoadMetadata)

Powered by Google App Engine
This is Rietveld 408576698