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

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

Issue 2124703003: Do not show "Add to Home Screen" info bar if WebAPK is installed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_data_fetcher.h
diff --git a/chrome/browser/banners/app_banner_data_fetcher.h b/chrome/browser/banners/app_banner_data_fetcher.h
index 214017ede45d586fd632a276c5c4134c668cf120..a1af6fc874fdca7f7572a22b0bff2e1fe2c2a9b4 100644
--- a/chrome/browser/banners/app_banner_data_fetcher.h
+++ b/chrome/browser/banners/app_banner_data_fetcher.h
@@ -158,7 +158,6 @@ class AppBannerDataFetcher : public base::RefCountedThreadSafe<
void OnHasServiceWorker(content::WebContents* web_contents);
// Returns whether the given web app has already been installed.
- // Implemented on desktop platforms only.
virtual bool IsWebAppInstalled(content::BrowserContext* browser_context,
const GURL& start_url);

Powered by Google App Engine
This is Rietveld 408576698