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 559b2f22f017d26b1805badd7f4ecbb721521caf..6c9dc5571578694c80a74a0c095ff1974733a921 100644 |
| --- a/chrome/browser/ui/intents/web_intent_picker_model.h |
| +++ b/chrome/browser/ui/intents/web_intent_picker_model.h |
| @@ -112,6 +112,10 @@ class WebIntentPickerModel { |
| // Return the number of suggested extensions. |
| size_t GetSuggestedExtensionCount() const; |
| + // Set the icon image for the suggested extension with |id|. |
| + void SetSuggestedExtensionIconWithId(const string16& id, |
| + const gfx::Image& image); |
|
Greg Billock
2012/02/23 18:38:34
indentation
binji
2012/02/23 19:06:13
Done.
|
| + |
| // Set the picker to display the intent service at |index| inline. |
| void SetInlineDisposition(size_t index); |