Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: chrome/browser/android/shortcut_helper.h

Issue 2676863002: Update WebApkInstaller to support badge icon in installation. (Closed)
Patch Set: Revert git cl format Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698