| Index: ios/chrome/browser/ui/omnibox/omnibox_popup_material_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/omnibox/omnibox_popup_material_view_controller.mm b/ios/chrome/browser/ui/omnibox/omnibox_popup_material_view_controller.mm
|
| index f408e9c29008b6fc9236d68f4d10b93c30ff5745..732a94f363737eb2dd96929afa90a2f269fd3281 100644
|
| --- a/ios/chrome/browser/ui/omnibox/omnibox_popup_material_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/omnibox/omnibox_popup_material_view_controller.mm
|
| @@ -370,11 +370,12 @@ UIColor* BackgroundColorIncognito() {
|
| }
|
| [textLabel setNeedsDisplay];
|
|
|
| - // The left image (e.g. magnifying glass, star, clock) is only shown on iPad.
|
| + // The leading image (e.g. magnifying glass, star, clock) is only shown on
|
| + // iPad.
|
| if (IsIPadIdiom()) {
|
| int imageId = GetIconForAutocompleteMatchType(
|
| match.type, _popupView->IsStarredMatch(match), _incognito);
|
| - [row updateLeftImage:imageId];
|
| + [row updateLeadingImage:imageId];
|
| }
|
|
|
| // Show append button for search history/search suggestions/voice search as
|
|
|