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

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 20d16a2dfd20be7711773637aabbfc87b0e7e971..487592fd18a86ea796ffaa7e2f0069dbf5e9f8d9 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"
@@ -243,7 +242,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.
« no previous file with comments | « chrome/browser/android/webapps/add_to_homescreen_manager.cc ('k') | chrome/browser/banners/app_banner_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698