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

Unified Diff: components/suggestions/proto/suggestions.proto

Issue 445753004: [Suggestions] Rename ThumbnailManager to ImageManagerImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698