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

Unified Diff: chrome/browser/android/webapps/add_to_homescreen_manager.h

Issue 2676863002: Update WebApkInstaller to support badge icon in installation. (Closed)
Patch Set: addressing comments Created 3 years, 8 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/webapps/add_to_homescreen_manager.h
diff --git a/chrome/browser/android/webapps/add_to_homescreen_manager.h b/chrome/browser/android/webapps/add_to_homescreen_manager.h
index 1db089bab6780351e7a626add277ea21c667b5b4..36de2b12b04ff213115016e358fe7e6bf8f936d7 100644
--- a/chrome/browser/android/webapps/add_to_homescreen_manager.h
+++ b/chrome/browser/android/webapps/add_to_homescreen_manager.h
@@ -52,7 +52,9 @@ class AddToHomescreenManager : public AddToHomescreenDataFetcher::Observer {
// Called only when the AddToHomescreenDataFetcher has retrieved all of the
// data needed to install a WebAPK.
- void CreateInfoBarForWebApk(const ShortcutInfo& info, const SkBitmap& icon);
+ void CreateInfoBarForWebApk(const ShortcutInfo& info,
+ const SkBitmap& primary_icon,
+ const SkBitmap& badge_icon);
void RecordAddToHomescreen();

Powered by Google App Engine
This is Rietveld 408576698