| Index: ios/chrome/app/main_controller_private.h
|
| diff --git a/ios/chrome/app/main_controller_private.h b/ios/chrome/app/main_controller_private.h
|
| index a97856cee0a7927c17a876f3c1a40d55cabc1936..90cc91512be6c320024bd46b6eb5034511e0d3f2 100644
|
| --- a/ios/chrome/app/main_controller_private.h
|
| +++ b/ios/chrome/app/main_controller_private.h
|
| @@ -52,8 +52,6 @@ class ChromeBrowserState;
|
| @property(nonatomic, retain)
|
| UIViewController<TabSwitcher>* tabSwitcherController;
|
| @property(nonatomic, readonly)
|
| - SettingsNavigationController* settingsNavigationController;
|
| -@property(nonatomic, readonly)
|
| SigninInteractionController* signinInteractionController;
|
|
|
| // The top presented view controller that is not currently being dismissed.
|
|
|