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

Unified Diff: ios/clean/chrome/browser/ui/settings/settings_coordinator.h

Issue 2779213003: [clean] Use CommandDispatcher to show/close Settings. (Closed)
Patch Set: Fix tests Created 3 years, 9 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/settings/settings_coordinator.h
diff --git a/ios/clean/chrome/browser/ui/settings/settings_coordinator.h b/ios/clean/chrome/browser/ui/settings/settings_coordinator.h
index ed88955d243dafe90424086336bb522bc5a692c2..e1fbadc37637d2919eacb8cc80e220f4cefac0d2 100644
--- a/ios/clean/chrome/browser/ui/settings/settings_coordinator.h
+++ b/ios/clean/chrome/browser/ui/settings/settings_coordinator.h
@@ -9,13 +9,9 @@
#import "ios/shared/chrome/browser/ui/coordinators/browser_coordinator.h"
-@protocol SettingsCommands;
-
// A coordinator for the Settings UI, which is usually presented modally
// on top of whatever other UI is currently active.
@interface SettingsCoordinator : BrowserCoordinator
-// Action delegate for this coordinator.
-@property(nonatomic, weak) id<SettingsCommands> settingsCommandHandler;
@end
#endif // IOS_CHROME_BROWSER_UI_SETTINGS_SETTINGS_COORDINATOR_H_
« no previous file with comments | « ios/clean/chrome/browser/ui/settings/BUILD.gn ('k') | ios/clean/chrome/browser/ui/settings/settings_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698