Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: ios/clean/chrome/browser/ui/tools/tools_consumer.h

Issue 2814963002: [ios clean] Use ToolsMenuConfiguration for Menu context. (Closed)
Patch Set: Rebase and updates TabGrid menu Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..6bc3bf991da6755f14391cbdb0199f6ee355fbf7 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
lpromero 2017/04/18 09:37:01 Optional nit: maybe setDisplayOverflowControls wou
sczs 2017/04/19 14:33:04 I agree. Done.
+// controls.
+- (void)displaysOverflowControls:(BOOL)displaysOverflowControls;
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TOOLS_TOOLS_CONSUMER_H_
« no previous file with comments | « ios/clean/chrome/browser/ui/tools/menu_view_controller.mm ('k') | ios/clean/chrome/browser/ui/tools/tools_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698