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

Unified Diff: chrome/browser/ui/webui/extensions/extension_icon_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/extensions/extension_icon_source.h
diff --git a/chrome/browser/ui/webui/extensions/extension_icon_source.h b/chrome/browser/ui/webui/extensions/extension_icon_source.h
index 86dde18283b58f829af7740d180bd10211c4fd8c..45164990dba4801fc2325593dbf53d08e7ca39f7 100644
--- a/chrome/browser/ui/webui/extensions/extension_icon_source.h
+++ b/chrome/browser/ui/webui/extensions/extension_icon_source.h
@@ -109,7 +109,8 @@ class ExtensionIconSource : public ChromeURLDataManager::DataSource,
// FaviconService callback
void OnFaviconDataAvailable(FaviconService::Handle request_handle,
- history::FaviconData favicon);
+ history::FaviconData favicon_data,
+ std::vector<GURL> icon_urls_in_db);
// ImageLoadingTracker::Observer
virtual void OnImageLoaded(const gfx::Image& image,

Powered by Google App Engine
This is Rietveld 408576698