| 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 f5070975017544077813d1c64a78cc7d1dec206c..b4b50accf068511c1477333271759d7d94a94b7e 100644
|
| --- a/ios/chrome/browser/ui/ntp/google_landing_consumer.h
|
| +++ b/ios/chrome/browser/ui/ntp/google_landing_consumer.h
|
| @@ -24,6 +24,9 @@
|
| // |YES| if this consumer is has voice search enabled.
|
| @property(nonatomic, assign) BOOL voiceSearchEnabled;
|
|
|
| +// The number of tabs to show in the google landing fake toolbar.
|
| +@property(nonatomic, assign) int tabCount;
|
| +
|
| // Tells the consumer to that most visited data updated.
|
| - (void)mostVisitedDataUpdated;
|
|
|
|
|