| Index: ios/clean/chrome/browser/ui/tools/tools_consumer.h
|
| diff --git a/ios/clean/chrome/browser/ui/tools/tools_consumer.h b/ios/clean/chrome/browser/ui/tools/tools_consumer.h
|
| index 7855f9099b87874097ea9cee2eac553a65c4aa89..eba8519ad47050e6131607ba327cab35d107b5d9 100644
|
| --- a/ios/clean/chrome/browser/ui/tools/tools_consumer.h
|
| +++ b/ios/clean/chrome/browser/ui/tools/tools_consumer.h
|
| @@ -17,6 +17,8 @@
|
| // Sets a flag so the consumer knows if it should display the Menu overflow
|
| // controls.
|
| - (void)setDisplayOverflowControls:(BOOL)displayOverflowControls;
|
| +// Updates the tools menu overflow controls with the current loading state.
|
| +- (void)setIsLoading:(BOOL)isLoading;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLS_TOOLS_CONSUMER_H_
|
|
|