| Index: chrome/browser/android/webapk/webapk_install_service.h
|
| diff --git a/chrome/browser/android/webapk/webapk_install_service.h b/chrome/browser/android/webapk/webapk_install_service.h
|
| index 59146982699c606f63f51a48fef6dcc7b0f645fa..476e9c761a0862905541e60f52ee1de986ebcfd5 100644
|
| --- a/chrome/browser/android/webapk/webapk_install_service.h
|
| +++ b/chrome/browser/android/webapk/webapk_install_service.h
|
| @@ -67,7 +67,8 @@ class WebApkInstallService : public KeyedService {
|
| // after the request to install the WebAPK is sent to Google Play.
|
| void UpdateAsync(
|
| const ShortcutInfo& shortcut_info,
|
| - const SkBitmap& shortcut_icon,
|
| + const SkBitmap& primary_icon,
|
| + const SkBitmap& badge_icon,
|
| const std::string& webapk_package,
|
| int webapk_version,
|
| const std::map<std::string, std::string>& icon_url_to_murmur2_hash,
|
|
|