| 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_;
|
|
|
|
|