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

Unified Diff: components/precache/core/proto/unfinished_work.proto

Issue 2711473006: Add Precache.Fetch.MinWeight UMA. (Closed)
Patch Set: Comment clarifications. Created 3 years, 10 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: components/precache/core/proto/unfinished_work.proto
diff --git a/components/precache/core/proto/unfinished_work.proto b/components/precache/core/proto/unfinished_work.proto
index 67c5eb042c5a5b28a82ad98038855c1269f52e27..cd07cbafc400a164b2b391c1687a862bde17c158 100644
--- a/components/precache/core/proto/unfinished_work.proto
+++ b/components/precache/core/proto/unfinished_work.proto
@@ -54,4 +54,8 @@ message PrecacheUnfinishedWork {
// session start time. The start time is the time just before when top hosts
// are requested.
optional int64 start_time = 8;
+
+ // The minimum resource weight that has been fetched so far. Populated only if
+ // global ranking is enabled.
+ optional double min_weight_fetched = 10;
};

Powered by Google App Engine
This is Rietveld 408576698