Commit acc4898f authored by siyua's avatar siyua Committed by Commit Bot

[AF clean up] Remove icons listed in autofill_ui_util

Removing these icon cases since this autofill_ui_util class does
not care about other icons at all. Besides this class is only temporary
and will be removed after status chip is done.

Bug: None
Change-Id: I5872c16651c980d4e8a2d332cdb5d806508008fd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769803Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Commit-Queue: Siyu An <siyua@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690444}
parent 70577ed9
...@@ -54,15 +54,7 @@ void UpdatePageActionIcon(PageActionIconType icon_type, ...@@ -54,15 +54,7 @@ void UpdatePageActionIcon(PageActionIconType icon_type,
->GetOmniboxPageActionIconContainer() ->GetOmniboxPageActionIconContainer()
->UpdatePageActionIcon(icon_type); ->UpdatePageActionIcon(icon_type);
break; break;
case PageActionIconType::kClickToCall: default:
case PageActionIconType::kFind:
case PageActionIconType::kIntentPicker:
case PageActionIconType::kNativeFileSystemAccess:
case PageActionIconType::kPwaInstall:
case PageActionIconType::kReaderMode:
case PageActionIconType::kSendTabToSelf:
case PageActionIconType::kTranslate:
case PageActionIconType::kZoom:
NOTREACHED(); NOTREACHED();
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment