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

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

Issue 2871173007: Whitelist voice_icon_keyboard_accessory 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 7410a46d0cbae0196c8699fd1e7b4a30252f9d22..24ae2994c10c216fc143373650be13465ce2db4c 100644
--- a/ios/chrome/app/startup/setup_debugging.mm
+++ b/ios/chrome/app/startup/setup_debugging.mm
@@ -31,6 +31,8 @@ void swizzleUIImageImageNamed() {
// TODO(crbug.com/720338): Add missing images.
[whiteList addObject:@"glif-mic-to-dots-large_37"];
[whiteList addObject:@"glif-google-to-dots_28"];
+ // TODO(crbug.com/721338): Add missing image.
+ [whiteList addObject:@"voice_icon_keyboard_accessory"];
// 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