| Index: components/toolbar/toolbar_model_impl.cc
|
| diff --git a/components/toolbar/toolbar_model_impl.cc b/components/toolbar/toolbar_model_impl.cc
|
| index 47388f7889c05a85e65156d58df6e8ebffb71e34..92724471c1d381f5bb4c4a738facb5fb2ec775ff 100644
|
| --- a/components/toolbar/toolbar_model_impl.cc
|
| +++ b/components/toolbar/toolbar_model_impl.cc
|
| @@ -77,9 +77,6 @@ int ToolbarModelImpl::GetIcon() const {
|
| case SecurityStateModel::EV_SECURE:
|
| case SecurityStateModel::SECURE:
|
| return IDR_OMNIBOX_HTTPS_VALID;
|
| - case SecurityStateModel::SECURITY_WARNING:
|
| - // Surface Dubious as Neutral.
|
| - return IDR_LOCATION_BAR_HTTP;
|
| case SecurityStateModel::SECURITY_POLICY_WARNING:
|
| return IDR_OMNIBOX_HTTPS_POLICY_WARNING;
|
| case SecurityStateModel::SECURITY_ERROR:
|
| @@ -98,9 +95,6 @@ gfx::VectorIconId ToolbarModelImpl::GetVectorIcon() const {
|
| case SecurityStateModel::EV_SECURE:
|
| case SecurityStateModel::SECURE:
|
| return gfx::VectorIconId::LOCATION_BAR_HTTPS_VALID;
|
| - case SecurityStateModel::SECURITY_WARNING:
|
| - // Surface Dubious as Neutral.
|
| - return gfx::VectorIconId::LOCATION_BAR_HTTP;
|
| case SecurityStateModel::SECURITY_POLICY_WARNING:
|
| return gfx::VectorIconId::BUSINESS;
|
| case SecurityStateModel::SECURITY_ERROR:
|
|
|