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

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

Issue 9430025: [Web Intents] WebIntentsPickerController will now fetch icon for suggested extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: favicon->icon Created 8 years, 10 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 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);

Powered by Google App Engine
This is Rietveld 408576698