Chromium Code Reviews| Index: components/suggestions/proto/suggestions.proto |
| diff --git a/components/suggestions/proto/suggestions.proto b/components/suggestions/proto/suggestions.proto |
| index aaf5ef6ce813f7619f75be7c3244a86121ef59b8..4a8957a964ff4ed317db004365336cb2dd95dcc7 100644 |
| --- a/components/suggestions/proto/suggestions.proto |
| +++ b/components/suggestions/proto/suggestions.proto |
| @@ -52,11 +52,12 @@ message SuggestionsBlacklist { |
| repeated string urls = 1; |
| } |
| -// ThumbnailData contains the data to represent a website thumbnail. |
| +// ImageData contains the data to represent a website image (thumbnail, |
|
huangs
2014/08/07 20:33:32
Note that favicon are not JPEG in general, so more
Mathieu
2014/08/07 21:03:35
Acknowledged.
|
| +// favicon). |
| // |
| // Next tag: 3 |
| -message ThumbnailData { |
| - // The URL of the website represented by this Thumbnail. |
| +message ImageData { |
| + // The URL of the website represented by this image. |
| optional string url = 1; |
| // Bitmap bytes, encoded as JPEG. |