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

Unified Diff: chrome/browser/search/suggestions/proto/suggestions.proto

Issue 299713007: [Suggestions] Adding a Thumbnail Manager for the Suggestions Service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clean Created 6 years, 7 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: chrome/browser/search/suggestions/proto/suggestions.proto
diff --git a/chrome/browser/search/suggestions/proto/suggestions.proto b/chrome/browser/search/suggestions/proto/suggestions.proto
index 77a077c888b8c98a8b6ab30e59f08b7741bcef35..e2c9acbeead5899757e1b87ff18415b68326ee07 100644
--- a/chrome/browser/search/suggestions/proto/suggestions.proto
+++ b/chrome/browser/search/suggestions/proto/suggestions.proto
@@ -25,4 +25,10 @@ message ChromeSuggestion {
// Title of the suggestion.
optional string title = 2;
+
+ // The url of the favicon associated with this page.
huangs 2014/05/22 06:17:35 NIT: s/url/URL/ in comment for consistency with fi
Mathieu 2014/05/22 15:45:51 Done.
+ optional string favicon_url = 3;
+
+ // Specification for the thumbnail to be used.
+ optional string thumbnail = 4;
}

Powered by Google App Engine
This is Rietveld 408576698