| Index: ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm b/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm
|
| index 4143e7da59ad5ce75adcd901590184d09746ed99..33feb18a8d8189391991e5c79f29fb1efd55f625 100644
|
| --- a/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/settings/clear_browsing_data_collection_view_controller.mm
|
| @@ -640,8 +640,6 @@
|
| handler:^(UIAlertAction* action) {
|
| [weakSelf clearDataForDataTypes:dataTypeMaskToRemove];
|
| }];
|
| - clearDataAction.accessibilityLabel =
|
| - l10n_util::GetNSString(IDS_IOS_CONFIRM_CLEAR_BUTTON);
|
| UIAlertAction* cancelAction =
|
| [UIAlertAction actionWithTitle:l10n_util::GetNSString(IDS_CANCEL)
|
| style:UIAlertActionStyleCancel
|
|
|