Commit f03c784d authored by Elodie Banel's avatar Elodie Banel Committed by Commit Bot

Remove secure icon todo

The behavior that is expected is the current behavior. Remove todo.

Bug: 848732
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Ifc0412d8b0cca13e1b1342195608c7daecdbd46c
Reviewed-on: https://chromium-review.googlesource.com/1125733Reviewed-by: default avatarStepan Khapugin <stkhapugin@chromium.org>
Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Elodie Banel <lod@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572582}
parent f45c2a25
......@@ -122,9 +122,7 @@ base::string16 GetUIRefreshIconNameForSecurityState(
return base::ASCIIToUTF16("location_bar_insecure");
case security_state::EV_SECURE:
case security_state::SECURE:
return base::ASCIIToUTF16("location_bar_secure");
case security_state::SECURE_WITH_POLICY_INSTALLED_CERT:
// TODO(crbug.com/848732): update this icon.
return base::ASCIIToUTF16("location_bar_secure");
case security_state::DANGEROUS:
return base::ASCIIToUTF16("location_bar_dangerous");
......
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