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

Unified Diff: components/page_load_metrics/browser/BUILD.gn

Issue 2132603002: [page_load_metrics] Add a NavigationThrottle for richer abort metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Attach the throttle first so it gets all notifications before any DEFERs Created 4 years, 5 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/page_load_metrics/browser/BUILD.gn
diff --git a/components/page_load_metrics/browser/BUILD.gn b/components/page_load_metrics/browser/BUILD.gn
index 232af6b24d0478858c115c857e0b56f2f15f0807..e6fd3053a70f3bcf92e5ac1fd5adee9ff49450c2 100644
--- a/components/page_load_metrics/browser/BUILD.gn
+++ b/components/page_load_metrics/browser/BUILD.gn
@@ -5,6 +5,8 @@
# GYP version: components/page_load_metrics.gypi:page_load_metrics_browser
static_library("browser") {
sources = [
+ "metrics_navigation_throttle.cc",
+ "metrics_navigation_throttle.h",
"metrics_web_contents_observer.cc",
"metrics_web_contents_observer.h",
"page_load_metrics_observer.cc",

Powered by Google App Engine
This is Rietveld 408576698