| 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 2943a1a2ef26ca4123c7cc296cf8e85c5ec5e48d..e127e691c65b5fd11e3d8d09d6c1d4dd1c453ca0 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();
|
|
|