Chromium Code Reviews

Unified Diff: chrome/browser/views/location_bar_view.h

Issue 1167004: Adds the source ImageLoadingTracker to OnImageLoaded. I need this in a (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/views/browser_actions_container.cc ('k') | chrome/browser/views/location_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/location_bar_view.h
diff --git a/chrome/browser/views/location_bar_view.h b/chrome/browser/views/location_bar_view.h
index d591e97bc212182a45afdb3a2485edd147d99db8..6aa9155b0d03bc08f14754b600362063e8bfd784 100644
--- a/chrome/browser/views/location_bar_view.h
+++ b/chrome/browser/views/location_bar_view.h
@@ -437,7 +437,8 @@ class LocationBarView : public LocationBar,
virtual void ShowInfoBubble();
// Overridden from ImageLoadingTracker.
- virtual void OnImageLoaded(SkBitmap* image, size_t index);
+ virtual void OnImageLoaded(ImageLoadingTracker* source, SkBitmap* image,
+ size_t index);
// Overridden from ExtensionActionContextMenuModel::MenuDelegate
virtual void ShowPopupForDevToolsWindow(Extension* extension,
« no previous file with comments | « chrome/browser/views/browser_actions_container.cc ('k') | chrome/browser/views/location_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine