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

Unified Diff: chrome/browser/ui/views/aura/app_list/extension_app_item.h

Issue 9500007: Views: Update ImageLoadingTracker::Observer subclasses (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/views/aura/app_list/extension_app_item.h
diff --git a/chrome/browser/ui/views/aura/app_list/extension_app_item.h b/chrome/browser/ui/views/aura/app_list/extension_app_item.h
index 7fbc46394658537b7265b4af0a6856fc1fdeacde..abc2c236776c138698029b9ae0870c0d1620c00f 100644
--- a/chrome/browser/ui/views/aura/app_list/extension_app_item.h
+++ b/chrome/browser/ui/views/aura/app_list/extension_app_item.h
@@ -43,8 +43,8 @@ class ExtensionAppItem : public ChromeAppListItem,
void LoadDefaultImage();
// Overridden from ImageLoadingTracker::Observer
- virtual void OnImageLoaded(SkBitmap* image,
- const ExtensionResource& resource,
+ virtual void OnImageLoaded(const gfx::Image& image,
+ const std::string& extension_id,
int tracker_index) OVERRIDE;
// Overridden from ChromeAppListItem:

Powered by Google App Engine
This is Rietveld 408576698