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

Unified Diff: components/precache/core/precache_url_table.h

Issue 2146023003: Add UMA Precache.Freshness.Prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing includes Created 4 years, 5 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 | « components/precache/core/precache_database_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/precache/core/precache_url_table.h
diff --git a/components/precache/core/precache_url_table.h b/components/precache/core/precache_url_table.h
index 1e7d16547aac8c17fffc67d0f25e68260300048e..2fcdc1461096e3bea41a724513a2b69d6e72bfc9 100644
--- a/components/precache/core/precache_url_table.h
+++ b/components/precache/core/precache_url_table.h
@@ -18,9 +18,11 @@ class Connection;
namespace precache {
// Interface for database table that keeps track of the URLs that have been
-// precached but not used. Each row in this table represents a URL that was
-// precached over the network, and has not been fetched through user browsing
-// since then. Manages one table { URL (primary key), precache timestamp }.
+// precached but not used. This table is used to count how many bytes were saved
+// by precached resources.
+// Each row in this table represents a URL that was precached over the network,
+// and has not been fetched through user browsing since then.
+// Manages one table { URL (primary key), precache timestamp }.
class PrecacheURLTable {
public:
PrecacheURLTable();
« no previous file with comments | « components/precache/core/precache_database_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698