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

Unified Diff: chrome/browser/banners/app_banner_manager_desktop.cc

Issue 2951763003: Implement experimental app banner flow.
Patch Set: Browser test compile Created 3 years, 6 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
« no previous file with comments | « chrome/browser/banners/app_banner_manager_desktop.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/banners/app_banner_manager_desktop.cc
diff --git a/chrome/browser/banners/app_banner_manager_desktop.cc b/chrome/browser/banners/app_banner_manager_desktop.cc
index 43eb04df232f52e65ac3e6cb8e63dc4d8c70ca7f..fad2be322832612423b92316dcb0b923faa134cf 100644
--- a/chrome/browser/banners/app_banner_manager_desktop.cc
+++ b/chrome/browser/banners/app_banner_manager_desktop.cc
@@ -58,7 +58,7 @@ bool AppBannerManagerDesktop::IsWebAppInstalled(
browser_context, start_url);
}
-void AppBannerManagerDesktop::ShowBanner() {
+void AppBannerManagerDesktop::ShowBannerUI() {
content::WebContents* contents = web_contents();
DCHECK(contents && !manifest_.IsEmpty());
« no previous file with comments | « chrome/browser/banners/app_banner_manager_desktop.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698