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

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)
@@ -68,6 +68,7 @@
class PluginInstallerInfoBarDelegate;
class Profile;
class PrerenderManager;
+class PrerenderPLTRecorder;
struct RendererPreferences;
class RenderViewHost;
class SessionStorageNamespace;
@@ -1124,6 +1125,9 @@
// PluginInstallerInfoBarDelegate, lazily created.
scoped_ptr<PluginInstallerInfoBarDelegate> plugin_installer_;
+ // Prerender PageLoadTime Recorder.
+ scoped_ptr<PrerenderPLTRecorder> prerender_plt_recorder_;
+
// TabContentsSSLHelper, lazily created.
scoped_ptr<TabContentsSSLHelper> ssl_helper_;

Powered by Google App Engine
This is Rietveld 408576698