diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-23 17:41:48 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-23 17:41:48 +0000 |
commit | 3250a9685849b81e915c74474ac0fbb7fca4d16a (patch) | |
tree | 10a98ceb4c5044af3da5d48304a91a12f4bb45f4 /chrome/browser/gtk/location_bar_view_gtk.h | |
parent | 9f221e935d57a911844598748f9fde346a96e464 (diff) | |
download | chromium_src-3250a9685849b81e915c74474ac0fbb7fca4d16a.zip chromium_src-3250a9685849b81e915c74474ac0fbb7fca4d16a.tar.gz chromium_src-3250a9685849b81e915c74474ac0fbb7fca4d16a.tar.bz2 |
Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need this in a
callback so that I can identify where the image is coming from.
[Reverter's note: There is nothing wrong with this CL per se, except that I'm going to
make it obsolete in my next checkin, so since noone is relying on this change yet, it
is better to revert it than to have a painful merge]
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/1167004
TBR=sky@chromium.org
Review URL: http://codereview.chromium.org/1077011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gtk/location_bar_view_gtk.h')
-rw-r--r-- | chrome/browser/gtk/location_bar_view_gtk.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.h b/chrome/browser/gtk/location_bar_view_gtk.h index 6c92981..2037a2e 100644 --- a/chrome/browser/gtk/location_bar_view_gtk.h +++ b/chrome/browser/gtk/location_bar_view_gtk.h @@ -193,8 +193,7 @@ class LocationBarViewGtk : public AutocompleteEditController, void UpdateVisibility(TabContents* contents, GURL url); // A callback from ImageLoadingTracker for when the image has loaded. - virtual void OnImageLoaded(ImageLoadingTracker* source, SkBitmap* image, - size_t index); + virtual void OnImageLoaded(SkBitmap* image, size_t index); // Simulate left mouse click on the page action button. void TestActivatePageAction(); |