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

Unified Diff: chrome/browser/ui/webui/favicon_source.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/favicon_source.h
diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
index 319c88d904361d62a824d160ddde312a2d55abac..b501c8bbd45a83da0baedee3380b08ec28d5e15a 100644
--- a/chrome/browser/ui/webui/favicon_source.h
+++ b/chrome/browser/ui/webui/favicon_source.h
@@ -54,8 +54,9 @@ class FaviconSource : public ChromeURLDataManager::DataSource {
void Init(Profile* profile, IconType type);
// 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);
// Sends the default favicon.
void SendDefaultResponse(int request_id);

Powered by Google App Engine
This is Rietveld 408576698