| Index: ios/chrome/browser/ui/ntp/google_landing_consumer.h
|
| diff --git a/ios/chrome/browser/ui/ntp/google_landing_consumer.h b/ios/chrome/browser/ui/ntp/google_landing_consumer.h
|
| index 9c6b9ea27c1818f3912b6970abdb03c4fdec31fc..a3ccc877c7d97fb275aa901363a42e2cb42c45fd 100644
|
| --- a/ios/chrome/browser/ui/ntp/google_landing_consumer.h
|
| +++ b/ios/chrome/browser/ui/ntp/google_landing_consumer.h
|
| @@ -41,6 +41,9 @@
|
| // |YES| if a what's new promo can be displayed.
|
| - (void)setPromoCanShow:(BOOL)promoCanShow;
|
|
|
| +// The number of tabs to show in the google landing fake toolbar.
|
| +- (void)setTabCount:(int)tabCount;
|
| +
|
| // TODO(crbug.com/694750): This should be replaced with consumer suitable data
|
| // type property.
|
| // Tells the consumer to that most visited data updated.
|
|
|