Chromium Code Reviews| 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( |