| Index: ios/chrome/browser/ui/settings/settings_collection_view_controller.h
|
| diff --git a/ios/chrome/browser/ui/settings/settings_collection_view_controller.h b/ios/chrome/browser/ui/settings/settings_collection_view_controller.h
|
| index e5ffd3f465d5cb09ed6a4759071a3f3392c94ce8..664589b0939e4d0cce531359bbff94d2421ef509 100644
|
| --- a/ios/chrome/browser/ui/settings/settings_collection_view_controller.h
|
| +++ b/ios/chrome/browser/ui/settings/settings_collection_view_controller.h
|
| @@ -37,13 +37,9 @@ extern NSString* const kSettingsVoiceSearchCellId;
|
| @property(weak, nonatomic, readonly)
|
| SigninInteractionController* signinInteractionController;
|
|
|
| -// Initializes a new SettingsCollectionViewController. |mainBrowserState|,
|
| -// |currentBrowserState| and |dataSource| must not be nil.
|
| -// If |currentBrowserState| is not off the record, then it must be equal to
|
| -// |mainBrowserState|.
|
| -- (instancetype)initWithBrowserState:(ios::ChromeBrowserState*)mainBrowserState
|
| - currentBrowserState:
|
| - (ios::ChromeBrowserState*)currentBrowserState
|
| +// Initializes a new SettingsCollectionViewController. |browserState| must not
|
| +// be nil and must not be an off-the-record browser state.
|
| +- (instancetype)initWithBrowserState:(ios::ChromeBrowserState*)browserState
|
| NS_DESIGNATED_INITIALIZER;
|
|
|
| - (instancetype)initWithStyle:(CollectionViewControllerStyle)style
|
|
|