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

Unified Diff: chrome/browser/banners/app_banner_manager.h

Issue 2676863002: Update WebApkInstaller to support badge icon in installation. (Closed)
Patch Set: Addressing comments Created 3 years, 9 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/banners/app_banner_manager.h
diff --git a/chrome/browser/banners/app_banner_manager.h b/chrome/browser/banners/app_banner_manager.h
index 142560565c2201e0800e41392055415eaa66f02d..4f9d06cc5b0b469163cd4dd0a14bf8c2c74927ad 100644
--- a/chrome/browser/banners/app_banner_manager.h
+++ b/chrome/browser/banners/app_banner_manager.h
@@ -209,7 +209,7 @@ class AppBannerManager : public content::WebContentsObserver,
GURL primary_icon_url_;
// The primary icon object.
- std::unique_ptr<SkBitmap> primary_icon_;
+ SkBitmap primary_icon_;
// The referrer string (if any) specified in the app URL. Used only for native
// app banners.

Powered by Google App Engine
This is Rietveld 408576698