| Index: chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| index eae62648e08e8c5dfaf526a7d9ad7a10d11091e2..3abccb21a0defed1f8b249efdf37b34a2b60e55c 100644
|
| --- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
|
| @@ -228,8 +228,9 @@ class LocationBarViewGtk : public AutocompleteEditController,
|
| void UpdateVisibility(content::WebContents* contents, const GURL& url);
|
|
|
| // A callback from ImageLoadingTracker for when the image has loaded.
|
| - virtual void OnImageLoaded(
|
| - SkBitmap* image, const ExtensionResource& resource, int index) OVERRIDE;
|
| + virtual void OnImageLoaded(const gfx::Image& image,
|
| + const std::string& extension_id,
|
| + int index) OVERRIDE;
|
|
|
| // Simulate left mouse click on the page action button.
|
| void TestActivatePageAction();
|
|
|