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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_model.h

Issue 11137024: Factoring out of FaviconLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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_model.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_model.h b/chrome/browser/ui/intents/web_intent_picker_model.h
index 9c5e6d47c5da3987336be7776d19dbbf5516d508..f748a69014c49e669187d4dda9a4d6a0618b18bc 100644
--- a/chrome/browser/ui/intents/web_intent_picker_model.h
+++ b/chrome/browser/ui/intents/web_intent_picker_model.h
@@ -106,8 +106,8 @@ class WebIntentPickerModel {
// Return the number of intent services in the picker.
size_t GetInstalledServiceCount() const;
- // Update the favicon for the intent service at |index| to |image|.
- void UpdateFaviconAt(size_t index, const gfx::Image& image);
+ // Update favicon for the intent service with service URL |url| to |image|.
James Hawkins 2012/10/17 03:38:39 Updates
+ void UpdateFaviconForServiceWithURL(const GURL& url, const gfx::Image& image);
// Add a list of suggested extensions to the model.
void AddSuggestedExtensions(

Powered by Google App Engine
This is Rietveld 408576698