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

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, 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/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..71319ab87bb25eb316c671c9c1bd2712dc0e2461 100644
--- a/chrome/browser/banners/app_banner_manager.h
+++ b/chrome/browser/banners/app_banner_manager.h
@@ -5,7 +5,6 @@
#ifndef CHROME_BROWSER_BANNERS_APP_BANNER_MANAGER_H_
#define CHROME_BROWSER_BANNERS_APP_BANNER_MANAGER_H_
-#include <memory>
#include <vector>
#include "base/macros.h"
@@ -209,7 +208,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