| Index: ios/chrome/browser/ui/settings/settings_navigation_controller.h
|
| diff --git a/ios/chrome/browser/ui/settings/settings_navigation_controller.h b/ios/chrome/browser/ui/settings/settings_navigation_controller.h
|
| index 3b2c1bd18f512e16c6e8353000d4b1aa4fe98ec9..3532e5ed17305a780a8edde09142d07f8580cd64 100644
|
| --- a/ios/chrome/browser/ui/settings/settings_navigation_controller.h
|
| +++ b/ios/chrome/browser/ui/settings/settings_navigation_controller.h
|
| @@ -109,13 +109,6 @@ newContextualSearchController:(ios::ChromeBrowserState*)browserState
|
| newSavePasswordsController:(ios::ChromeBrowserState*)browserState
|
| delegate:(id<SettingsNavigationControllerDelegate>)delegate;
|
|
|
| -// Creates and displays a new PhysicalWebCollectionViewController and the chrome
|
| -// around it. |browserState| is used to personalize some settings aspects and
|
| -// should not be null. |delegate| may be nil.
|
| -+ (SettingsNavigationController*)
|
| -newPhysicalWebController:(ios::ChromeBrowserState*)browserState
|
| - delegate:(id<SettingsNavigationControllerDelegate>)delegate;
|
| -
|
| // Creates and displays a new UserFeedbackViewController. |browserState| is used
|
| // to personalize some settings aspects and should not be nil. |dataSource| is
|
| // used to populate the UserFeedbackViewController. |delegate| may be nil.
|
|
|