| 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 d20acccf2290e6f2779af9174d04b8bc001bffb0..020c559f3b6c4ce9b22b5541ac6abb5da9bf31f2 100644 | 
| --- a/chrome/browser/banners/app_banner_manager.h | 
| +++ b/chrome/browser/banners/app_banner_manager.h | 
| @@ -33,6 +33,9 @@ class AppBannerManager : public content::WebContentsObserver, | 
| static bool IsEnabled(); | 
| static void DisableSecureSchemeCheckForTesting(); | 
|  | 
| +  // Returns whether or not the URLs match for everything except for the ref. | 
| +  static bool URLsAreForTheSamePage(const GURL& first, const GURL& second); | 
| + | 
| explicit AppBannerManager(int icon_size); | 
| ~AppBannerManager() override; | 
|  | 
|  |