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

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

Issue 2724723002: [WebAPKs]: Reduce the parameters of ShortcutHelper::AddToLauncherWithSkBitmap() (Closed)
Patch Set: 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..a16e4e336236b1e5d08dbc78794813f2279dd887 100644
--- a/chrome/browser/banners/app_banner_manager.h
+++ b/chrome/browser/banners/app_banner_manager.h
@@ -94,12 +94,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;

Powered by Google App Engine
This is Rietveld 408576698