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

Unified Diff: chrome/browser/tab_contents/tab_contents.h

Issue 6263014: Add Perceived PageLoad Time (PPLT) metrics for Prerender Experiments,... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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: chrome/browser/tab_contents/tab_contents.h
===================================================================
--- chrome/browser/tab_contents/tab_contents.h (revision 72357)
+++ chrome/browser/tab_contents/tab_contents.h (working copy)
@@ -1166,6 +1166,10 @@
// System time at which the current load was started.
base::TimeTicks current_load_start_;
+ // System time at which the current load was started for the purpose of
+ // the perceived page load time (PPLT).
+ base::TimeTicks pplt_load_start_;
+
// The current load state and the URL associated with it.
net::LoadState load_state_;
string16 load_state_host_;

Powered by Google App Engine
This is Rietveld 408576698