| 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;
|
| };
|
|
|