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

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

Issue 10834313: Add histograms for network activity, and total/cumulative (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/ui/tab_contents/tab_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_contents/tab_contents.h
===================================================================
--- chrome/browser/ui/tab_contents/tab_contents.h (revision 152373)
+++ chrome/browser/ui/tab_contents/tab_contents.h (working copy)
@@ -66,7 +66,7 @@
}
namespace chrome_browser_net {
-class CacheStatsTabHelper;
+class LoadTimeStatsTabHelper;
}
namespace extensions {
@@ -272,7 +272,8 @@
scoped_ptr<AutomationTabHelper> automation_tab_helper_;
scoped_ptr<BlockedContentTabHelper> blocked_content_tab_helper_;
scoped_ptr<BookmarkTabHelper> bookmark_tab_helper_;
- scoped_ptr<chrome_browser_net::CacheStatsTabHelper> cache_stats_tab_helper_;
+ scoped_ptr<chrome_browser_net::LoadTimeStatsTabHelper>
+ load_time_stats_tab_helper_;
#if defined(ENABLE_CAPTIVE_PORTAL_DETECTION)
scoped_ptr<captive_portal::CaptivePortalTabHelper> captive_portal_tab_helper_;
#endif
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/browser/ui/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698