| Index: ios/clean/chrome/browser/ui/toolbar/toolbar_consumer.h
|
| diff --git a/ios/clean/chrome/browser/ui/toolbar/toolbar_consumer.h b/ios/clean/chrome/browser/ui/toolbar/toolbar_consumer.h
|
| index 99e8e3de409c5da1a8b87e57849f1031a1b73bc9..1207ca3457c1ab6df15ec5c48d34c05d11ca7986 100644
|
| --- a/ios/clean/chrome/browser/ui/toolbar/toolbar_consumer.h
|
| +++ b/ios/clean/chrome/browser/ui/toolbar/toolbar_consumer.h
|
| @@ -19,6 +19,8 @@
|
| - (void)setLoadingProgress:(double)progress;
|
| // Sets whether the toolbar should display for a visible tab strip or not.
|
| - (void)setTabStripVisible:(BOOL)visible;
|
| +// Updates the toolbar with the current number of total tabs.
|
| +- (void)setTabCount:(int)tabCount;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSUMER_H_
|
|
|