Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: ios/chrome/app/startup/setup_debugging.mm

Issue 2877703004: Whitelist voice_icon as not found image (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698