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

Unified Diff: third_party/WebKit/public/platform/WebURLRequest.h

Issue 1425823002: (DEPRECATED) Send navigation_start to browser process in DidStartProvisionalLoad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Name change + blink layering 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: third_party/WebKit/public/platform/WebURLRequest.h
diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
index a0bd26a90c9ff90aad315bbee2bfbcf9da865a51..c38f81bfc18b3ea87d136f9f31d4c9cc45522d41 100644
--- a/third_party/WebKit/public/platform/WebURLRequest.h
+++ b/third_party/WebKit/public/platform/WebURLRequest.h
@@ -298,6 +298,11 @@ public:
BLINK_PLATFORM_EXPORT bool checkForBrowserSideNavigation() const;
BLINK_PLATFORM_EXPORT void setCheckForBrowserSideNavigation(bool);
+ // This is used to record the the navigation start time defined by the
+ // WebNavigation API if the navigation was initiated in the browser process.
+ BLINK_PLATFORM_EXPORT double browserNavigationStartTime() const;
+ BLINK_PLATFORM_EXPORT void setBrowserNavigationStartTime(double);
+
// This is used to report navigation metrics starting from the UI action
// that triggered the navigation (which can be different from the navigation
// start time used in the Navigation Timing API).

Powered by Google App Engine
This is Rietveld 408576698