| 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 be43a915fbb21c84a08228aa77b0bf712d7976d4..e5dab9f1c095494a4b6384c83320e833f2e2b4ff 100644
|
| --- a/chrome/browser/banners/app_banner_manager.h
|
| +++ b/chrome/browser/banners/app_banner_manager.h
|
| @@ -161,6 +161,9 @@ class AppBannerManager : public content::WebContentsObserver,
|
| void ReportStatus(content::WebContents* web_contents,
|
| InstallableStatusCode code);
|
|
|
| + // Resets all fetched data for the current page.
|
| + virtual void ResetCurrentPageData();
|
| +
|
| // Stops the banner pipeline, preventing any outstanding callbacks from
|
| // running and resetting the manager state. This method is virtual to allow
|
| // tests to intercept it and verify correct behaviour.
|
|
|