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

Unified Diff: components/ntp_snippets/proto/ntp_snippets.proto

Issue 2047713002: [NTP Snippets] Cache images in a LevelDB (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@protodb_get
Patch Set: add TODOs 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
Index: components/ntp_snippets/proto/ntp_snippets.proto
diff --git a/components/ntp_snippets/proto/ntp_snippets.proto b/components/ntp_snippets/proto/ntp_snippets.proto
index 49d46bcb494c6bdd3c6007ffd737f3ecc16d7d8c..0225dc69dba80f6e636fe60dd8011355bc82a13c 100644
--- a/components/ntp_snippets/proto/ntp_snippets.proto
+++ b/components/ntp_snippets/proto/ntp_snippets.proto
@@ -25,3 +25,7 @@ message SnippetProto {
repeated SnippetSourceProto sources = 8;
optional bool discarded = 9;
}
+
+message SnippetImageProto {
+ optional bytes data = 1;
+}

Powered by Google App Engine
This is Rietveld 408576698