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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.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/intents/web_intent_picker_controller.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
index e13c2d59c6c8c9a2233f87ac9e914f5b3fe9b005..006bea76875d274770061cb367e10c63f7304e68 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
@@ -167,9 +167,10 @@ class WebIntentPickerController
void WebIntentServicesForExplicitIntent(
const std::vector<webkit_glue::WebIntentServiceData>& services);
- // Called when FaviconData is returned from the FaviconService.
- void OnFaviconDataAvailable(FaviconService::Handle handle,
- history::FaviconData favicon_data);
+ // Called when a favicon is returned from the FaviconService.
+ void OnFaviconDataAvailable(
+ FaviconService::Handle handle,
+ const history::FaviconImageResult& image_result);
// Called when IntentExtensionInfo is returned from the CWSIntentsRegistry.
void OnCWSIntentServicesAvailable(

Powered by Google App Engine
This is Rietveld 408576698