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

Unified Diff: blimp/common/proto/blob_cache.proto

Issue 1985863002: Incorporate BlobChannel into Blimp image encode/decode pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-helium
Patch Set: fix gn dependency warning & rebase Created 4 years, 6 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 | « blimp/client/session/blimp_client_session.cc ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/common/proto/blob_cache.proto
diff --git a/blimp/common/proto/blob_cache.proto b/blimp/common/proto/blob_cache.proto
index 04efd9f6bf81236fe1ba917f2da19405ee2093f1..dbf6a384ba2d0162225377e08ab4ec182613dfd9 100644
--- a/blimp/common/proto/blob_cache.proto
+++ b/blimp/common/proto/blob_cache.proto
@@ -16,6 +16,4 @@ message BlobCacheImageMetadata {
optional bytes id = 1;
optional int32 width = 2;
optional int32 height = 3;
- // TODO(nyquist): Remove |payload| after incorporation of BlobChannel.
- optional bytes payload = 4;
}
« no previous file with comments | « blimp/client/session/blimp_client_session.cc ('k') | blimp/engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698