| Index: chrome/browser/android/shortcut_helper.h
|
| diff --git a/chrome/browser/android/shortcut_helper.h b/chrome/browser/android/shortcut_helper.h
|
| index 0047991181ff2b898741a05b4656d807652005e4..a65edd24dddb76bce6b200d5050e25261f12feb6 100644
|
| --- a/chrome/browser/android/shortcut_helper.h
|
| +++ b/chrome/browser/android/shortcut_helper.h
|
| @@ -47,7 +47,8 @@ class ShortcutHelper {
|
| static void InstallWebApkWithSkBitmap(
|
| content::BrowserContext* browser_context,
|
| const ShortcutInfo& info,
|
| - const SkBitmap& icon_bitmap,
|
| + const SkBitmap& primary_icon_bitmap,
|
| + const SkBitmap& badge_icon_bitmap,
|
| const WebApkInstaller::FinishCallback& callback);
|
|
|
| // Adds a shortcut which opens in a fullscreen window to the launcher.
|
|
|