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

Unified Diff: chrome/browser/ui/webui/ntp/android/bookmarks_handler.h

Issue 10870022: Change FaviconData to be able to return data for multiple bitmaps for same icon URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
diff --git a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
index cddae741ca1080e498f305a839268f172e93d716..6cce36d61094238b2f28820244f104392891ea9a 100644
--- a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
+++ b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h
@@ -130,8 +130,9 @@ class BookmarksHandler : public content::WebUIMessageHandler,
// Called once the favicon is loaded during creation of the bookmark shortcuts
// and is available for use.
- void OnShortcutFaviconDataAvailable(FaviconService::Handle handle,
- history::FaviconData favicon);
+ void OnShortcutFaviconDataAvailable(
+ FaviconService::Handle handle,
+ const history::FaviconBitmapResult& bitmap_result);
DISALLOW_COPY_AND_ASSIGN(BookmarksHandler);
};

Powered by Google App Engine
This is Rietveld 408576698