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..0db3da9c5635678532bce5fc5a5ce8900beef099 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. |
+ optional string favicon_url = 3; |
+ |
+ // Specification for the thumbnail to be used, specified as a URL. |
Jered
2014/05/23 16:57:48
nit: "Specification" is vague. Is this just an URL
Mathieu
2014/05/23 19:21:58
Done.
|
+ optional string thumbnail = 4; |
} |