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

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

Issue 2724723002: [WebAPKs]: Reduce the parameters of ShortcutHelper::AddToLauncherWithSkBitmap() (Closed)
Patch Set: Merge branch 'master' into refactor_shortcut_helper2 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/banners/app_banner_manager.h
diff --git a/chrome/browser/banners/app_banner_manager.h b/chrome/browser/banners/app_banner_manager.h
index e043913e38a07c3f7da23e1b58114e0c3a3f1e97..142560565c2201e0800e41392055415eaa66f02d 100644
--- a/chrome/browser/banners/app_banner_manager.h
+++ b/chrome/browser/banners/app_banner_manager.h
@@ -8,7 +8,6 @@
#include <memory>
#include <vector>
-#include "base/callback_forward.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/engagement/site_engagement_observer.h"
@@ -94,12 +93,6 @@ class AppBannerManager : public content::WebContentsObserver,
// desktop platforms.
virtual void OnAppIconFetched(const SkBitmap& bitmap) {}
- // Overridden and passed through base::Bind on Android. Called after a web app
- // banner was successfully used to add a web app to homescreen to kick off an
- // asynchronous fetch of a splash screen icon. Not used on desktop platforms.
- virtual base::Closure FetchWebappSplashScreenImageCallback(
- const std::string& webapp_id);
-
protected:
explicit AppBannerManager(content::WebContents* web_contents);
~AppBannerManager() override;
« 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