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

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

Issue 2906313003: [ios clean] ToolsMenu Mediator observes Webstate. (Closed)
Patch Set: Improved comments and test nits Created 3 years, 7 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 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_

Powered by Google App Engine
This is Rietveld 408576698