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

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

Issue 2229983002: Send the list of used and unused resources for precache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 4 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 | « components/precache/core/proto/precache.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 deb6329bbf6c627820cbd379e62312b5da9ecd18..700db23dfdc0d287188b0c485dd8f1310e614b1d 100644
--- a/components/precache/core/proto/unfinished_work.proto
+++ b/components/precache/core/proto/unfinished_work.proto
@@ -16,11 +16,6 @@ message TopHost {
optional string hostname = 1;
};
-message PrecacheManifestURL {
- // The URL that provides a manifest.
- optional string url = 1;
-};
-
// Information about the precache work that needs to be completed.
message PrecacheUnfinishedWork {
// Top hosts for which to fetch manifests.
@@ -28,8 +23,9 @@ message PrecacheUnfinishedWork {
optional PrecacheConfigurationSettings config_settings = 2;
- // Manifest URLs remaining to be fetched.
- repeated PrecacheManifestURL manifest = 3;
+ // DEPRECATED: Manifest URLs remaining to be fetched.
+ // repeated DeprecatedPrecacheManifestURL deprecated_manifest = 3
+ // [deprecated = true];
// Resource URLs remaining to be fetched.
repeated PrecacheResource resource = 4;
« no previous file with comments | « components/precache/core/proto/precache.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698