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

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

Issue 2950113003: [Refactor] Remove AppBannerManager::app_title_ (Closed)
Patch Set: Merge branch 'master' into same_infobar_title0 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
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 9bd558d294a8e14484eb50d4400cd036a241d4d9..fa59da5e983673e700dffeb9a531c51ebecd86ee 100644
--- a/chrome/browser/banners/app_banner_manager.h
+++ b/chrome/browser/banners/app_banner_manager.h
@@ -241,9 +241,6 @@ class AppBannerManager : public content::WebContentsObserver,
return state_ == State::PENDING_EVENT || page_requested_prompt_;
}
- // The title to display in the banner.
- base::string16 app_title_;
-
// The URL for which the banner check is being conducted.
GURL validated_url_;
« no previous file with comments | « chrome/browser/android/banners/app_banner_manager_android.cc ('k') | chrome/browser/banners/app_banner_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698