| 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..5d47004ec5919bf9dda91c5f57a745cde832c9be 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);
|
| +
|
| // Set the picker to display the intent service at |index| inline.
|
| void SetInlineDisposition(size_t index);
|
|
|
|
|