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

Unified Diff: chrome/browser/ui/webui/ntp/favicon_webui_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/favicon_webui_handler.h
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
index 67d992896b26b3f8d77d1a98e318d36fed5fa3ae..9aa7cb6fc6d5e8c1843d59818b5f7daa37f7fea5 100644
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
@@ -40,8 +40,9 @@ class FaviconWebUIHandler : public content::WebUIMessageHandler {
private:
// Called when favicon data is available from the history backend.
- void OnFaviconDataAvailable(FaviconService::Handle request_handle,
- history::FaviconData favicon);
+ void OnFaviconDataAvailable(
+ FaviconService::Handle request_handle,
+ const history::FaviconBitmapResult& bitmap_result);
CancelableRequestConsumerTSimple<int> consumer_;

Powered by Google App Engine
This is Rietveld 408576698