| Index: chrome/browser/android/banners/app_banner_manager.h
|
| diff --git a/chrome/browser/android/banners/app_banner_manager.h b/chrome/browser/android/banners/app_banner_manager.h
|
| index 7b42ff5222fb231fc3edeb44eb8a7509c0097af4..d4f7c2645e979608850a6719de862ea0bba267ec 100644
|
| --- a/chrome/browser/android/banners/app_banner_manager.h
|
| +++ b/chrome/browser/android/banners/app_banner_manager.h
|
| @@ -113,6 +113,9 @@ class AppBannerManager : public content::WebContentsObserver {
|
| // Cancels an active BitmapFetcher, stopping its banner from appearing.
|
| void CancelActiveFetcher();
|
|
|
| + // Whether or not the banners should appear for native apps.
|
| + static bool IsEnabledForNativeApps();
|
| +
|
| // Icon size that we want to be use for the launcher.
|
| const int preferred_icon_size_;
|
|
|
|
|