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

Unified Diff: chrome/browser/io_thread.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 | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
===================================================================
--- chrome/browser/io_thread.h (revision 152373)
+++ chrome/browser/io_thread.h (working copy)
@@ -24,8 +24,8 @@
class SystemURLRequestContextGetter;
namespace chrome_browser_net {
-class CacheStats;
class HttpPipeliningCompatibilityClient;
+class LoadTimeStats;
}
namespace extensions {
@@ -112,7 +112,7 @@
extension_event_router_forwarder;
scoped_ptr<chrome_browser_net::HttpPipeliningCompatibilityClient>
http_pipelining_compatibility_client;
- scoped_ptr<chrome_browser_net::CacheStats> cache_stats;
+ scoped_ptr<chrome_browser_net::LoadTimeStats> load_time_stats;
};
// |net_log| must either outlive the IOThread or be NULL.
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698