Chromium Code Reviews| 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 2e9a4453637a18e18b99f9cefad6ee7b73414963..1dc58ddeab94d98615f4cc3ac352aab8bcfa3987 100644 |
| --- a/ios/clean/chrome/browser/ui/toolbar/toolbar_consumer.h |
| +++ b/ios/clean/chrome/browser/ui/toolbar/toolbar_consumer.h |
| @@ -17,6 +17,8 @@ |
| - (void)setIsLoading:(BOOL)isLoading; |
| // Updates the toolbar with the current progress of the loading WebState. |
| - (void)setLoadingProgress:(double)progress; |
| +// Updates the toolbar with the current number of total webstates. |
|
marq (ping after 24h)
2017/05/29 11:04:36
Nit: Total number of tabs. The consumer doesn't kn
sczs
2017/05/30 00:18:21
Done.
|
| +- (void)setNumberOfTabs:(int)numberOfTabs; |
|
edchin
2017/05/27 16:25:06
nit: what's more common? numberOfThings or thingsC
sczs
2017/05/30 00:18:21
You're right, tabCount is much better! Changed it
|
| @end |
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLBAR_TOOLBAR_CONSUMER_H_ |