| Index: chrome/browser/banners/app_banner_settings_helper.h | 
| diff --git a/chrome/browser/banners/app_banner_settings_helper.h b/chrome/browser/banners/app_banner_settings_helper.h | 
| index 10b86fb7d1616c96b574e6bfda256037265cf096..8e0e971589ad75acc3160e7f25492d1eaf555671 100644 | 
| --- a/chrome/browser/banners/app_banner_settings_helper.h | 
| +++ b/chrome/browser/banners/app_banner_settings_helper.h | 
| @@ -82,17 +82,6 @@ class AppBannerSettingsHelper { | 
| const std::string& package_name_or_start_url, | 
| AppBannerEvent event); | 
|  | 
| -  // Checks if a URL is allowed to show a banner for the given package or start | 
| -  // url. | 
| -  static bool IsAllowed(content::WebContents* web_contents, | 
| -                        const GURL& origin_url, | 
| -                        const std::string& package_name_or_start_url); | 
| - | 
| -  // Blocks a URL from showing a banner for the given package or start url. | 
| -  static void Block(content::WebContents* web_contents, | 
| -                    const GURL& origin_url, | 
| -                    const std::string& package_name_or_start_url); | 
| - | 
| private: | 
| DISALLOW_IMPLICIT_CONSTRUCTORS(AppBannerSettingsHelper); | 
| }; | 
|  |