| 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_
|
|
|