| Index: chrome/browser/extensions/apps_promo.h
|
| diff --git a/chrome/browser/extensions/apps_promo.h b/chrome/browser/extensions/apps_promo.h
|
| index 2618ab6e8f665f94b529d8e6cefd4f7bacb9162b..7d6b7d1746b5d35c8bbc5e0b835ecd8e4fdf9866 100644
|
| --- a/chrome/browser/extensions/apps_promo.h
|
| +++ b/chrome/browser/extensions/apps_promo.h
|
| @@ -100,11 +100,6 @@ class AppsPromo {
|
| // Called to hide the promo from the apps section.
|
| void HidePromo();
|
|
|
| - // Maximizes the apps section on the NTP if the following conditions are met:
|
| - // (a) the existing promo has not already been maximized
|
| - // (b) the current user group is targetted by the promo
|
| - void MaximizeAppsIfNecessary();
|
| -
|
| // Returns true if the app launcher should be displayed on the NTP.
|
| bool ShouldShowAppLauncher(const ExtensionIdSet& installed_ids);
|
|
|
|
|