| 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 f2df6bf53fcd1b8992eb1c425d7af950afb9a6e8..7855f9099b87874097ea9cee2eac553a65c4aa89 100644
|
| --- a/ios/clean/chrome/browser/ui/tools/tools_consumer.h
|
| +++ b/ios/clean/chrome/browser/ui/tools/tools_consumer.h
|
| @@ -14,6 +14,9 @@
|
| // final and might change depending on how ToolsMenuVC model is set up.
|
| // Sets the Tools Menu items.
|
| - (void)setToolsMenuItems:(NSArray*)menuItems;
|
| +// Sets a flag so the consumer knows if it should display the Menu overflow
|
| +// controls.
|
| +- (void)setDisplayOverflowControls:(BOOL)displayOverflowControls;
|
| @end
|
|
|
| #endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLS_TOOLS_CONSUMER_H_
|
|
|