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

Unified Diff: content/content_browser.gypi

Issue 1721813002: Adding DRP specfic UMA for FirstContentfulPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: making NavigationData const after clone Created 4 years, 7 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 440ae08506220842538d36a6cce6a3df8945a989..d91d5783e51bf08e40514ba0d493f841fd58bd7f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -221,20 +221,21 @@
'public/browser/message_port_provider.h',
'public/browser/mojo_app_connection.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_controller.cc',
'public/browser/navigation_controller.h',
'public/browser/navigation_details.cc',
'public/browser/navigation_details.h',
'public/browser/navigation_entry.h',
'public/browser/navigation_handle.cc',
'public/browser/navigation_handle.h',
+ 'public/browser/navigation_data.h',
'public/browser/navigation_throttle.cc',
'public/browser/navigation_throttle.h',
'public/browser/navigation_type.h',
'public/browser/notification_database_data.h',
'public/browser/notification_details.h',
'public/browser/notification_event_dispatcher.h',
'public/browser/notification_observer.h',
'public/browser/notification_registrar.cc',
'public/browser/notification_registrar.h',
'public/browser/notification_service.h',

Powered by Google App Engine
This is Rietveld 408576698