| Index: ios/chrome/app/startup/setup_debugging.mm
|
| diff --git a/ios/chrome/app/startup/setup_debugging.mm b/ios/chrome/app/startup/setup_debugging.mm
|
| index 24ae2994c10c216fc143373650be13465ce2db4c..7fe86d74de4b21b31c77d5c7fd00a371f873aa57 100644
|
| --- a/ios/chrome/app/startup/setup_debugging.mm
|
| +++ b/ios/chrome/app/startup/setup_debugging.mm
|
| @@ -33,6 +33,7 @@ void swizzleUIImageImageNamed() {
|
| [whiteList addObject:@"glif-google-to-dots_28"];
|
| // TODO(crbug.com/721338): Add missing image.
|
| [whiteList addObject:@"voice_icon_keyboard_accessory"];
|
| + [whiteList addObject:@"voice_icon"];
|
|
|
| // The original implementation of [UIImage imageNamed:].
|
| // Called by the new implementation.
|
|
|