| Index: chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
|
| diff --git a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
|
| index 86f4e675ade388190c0be828c527f7de92842950..ef0616ce18dc5dbbf93667c20b81478ef0ec1ce3 100644
|
| --- a/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
|
| +++ b/chrome/browser/android/webapps/add_to_homescreen_data_fetcher.h
|
| @@ -96,10 +96,10 @@ class AddToHomescreenDataFetcher
|
|
|
| // Callback run after an attempt to download manifest icon has been made. May
|
| // kick off the download of a favicon if it failed (i.e. the bitmap is empty).
|
| - void OnManifestIconFetched(const SkBitmap& icon);
|
| + void OnManifestIconFetched(const GURL& icon_url, const SkBitmap& icon);
|
|
|
| // Notifies the observer that the shortcut data is all available.
|
| - void NotifyObserver(const SkBitmap& icon, bool is_generated);
|
| + void NotifyObserver(const SkBitmap& icon);
|
|
|
| // Looks up the original, online URL of the site requested. The URL from the
|
| // WebContents may be an offline page or a distilled article which is not
|
|
|