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